ozgur / python-firebase

Python interface to the Firebase's REST API
http://ozgur.github.com/python-firebase/
MIT License
593 stars 155 forks source link

Noob question: FirebaseAuthentication unable to be imported #90

Closed NeverLucky2 closed 6 years ago

NeverLucky2 commented 6 years ago

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?

NeverLucky2 commented 6 years ago

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

NeverLucky2 commented 6 years ago

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