thisbejim / Pyrebase

A simple python wrapper for the Firebase API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Firebase database missing token on set()

ipungg-junior opened this issue · comments

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.

@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.

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