-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Newly published version cause the below issue: #5
Comments
I am encountering the same issue. My firebase backend isn't actually set up with firestore, as I'm only using it for authentication. Not sure if it's the same for you @lewysigns ? |
This is a client-side issue only I believe. My Backend is set up, but I wasn't able to get past this since it's the first thing attempted when you open my application. I got around it by setting my dependency to v1.9 |
I also got the same error: ERROR: ExternalError: Error: Component firestore has not been registered yet at app/firebase/firebase_client/firestore.py:14 But also solved it by setting dependancy to v1.9 |
I'm getting the same error with the latest published version of the dependency, is there any additional information or context? |
ExternalError: Error: Component firestore has not been registered yet
at app/firebase/firebase_client/firestore.py, line 14
called from app/firebase/firebase_client/init.py, line 33
The text was updated successfully, but these errors were encountered: