ozgur/python-firebase

Noob question: FirebaseAuthentication unable to be imported

Closed this issue · 2 comments

After doing all the setup and installing all the requirements, I still get this error:
from firebase import (FirebaseAuthentication, FirebaseApplication,
ImportError: cannot import name 'FirebaseAuthentication'

Is there some setup i'm missing?

Oh wait i need to edit example.py dont i?

okay i changed "from firebase import" to "from firebase.firebase import" and now it imports