Firebase database missing token on set()
ipungg-junior opened this issue · 2 comments
ipungg-junior commented
TypeError: set() missing 1 required positional argument: 'token'
Db instance method set() work properly on localhost, but when deploy on heroku i got missing arg on method set().
What that mean?
Thanks.
AsifArmanRahman commented
@ipungg-junior Please check if you're using the same version of the package in local machine and heroku. There's probably mismatch among em.
If you find it helpful, please consider using firebase-rest-api available in PyPI, which I recently started maintaining and adding new features as pyrebase isn't maintained anymore.
Thank you.
ipungg-junior commented
i am back brotherrr, thanks a lot for your information :)