Closed NeverLucky2 closed 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?
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
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?