-
Notifications
You must be signed in to change notification settings - Fork 70
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
FirebaseError: Type does not match the expected instance... different Firestore SDK? #68
Comments
I have the same issue. #83 |
Same here, did someone solve this problem? |
Getting the same issue as well. |
relevant: https://stackoverflow.com/a/69242591/10577976 |
I ran into the same issue and realized that I was importing collection and docs from firebase lite instead of firebase. |
I'm working on an app in Nextjs 12 and everything appears to be working fine but I keep getting this error at build time about a different Firestore SDK:
Everythig compiles and the site works fine aside from this error but I'd like to understand the problem if possible. Sorry I don't have much more to share, the error doesn't indicate much.
Here's more on my env:
Edit: Should add that I am working in JS not TS.
The text was updated successfully, but these errors were encountered: