thisbejim / Pyrebase

A simple python wrapper for the Firebase API.
2.05k stars 525 forks source link

Firebase database missing token on set() #429

Closed ipungg-junior closed 2 months ago

ipungg-junior commented 1 year ago

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 1 year ago

@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 2 months ago

i am back brotherrr, thanks a lot for your information :)