You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting this error : Uncaught FirebaseError: Type does not match the expected instance. Did you pass a reference from a different Firestore SDK?
The above error occurred in the ChatRoom component
But if I remove this line const [messages] = useCollectionData(q);
everything works fine
Any help would be appreciated
The text was updated successfully, but these errors were encountered:
Getting this error :
Uncaught FirebaseError: Type does not match the expected instance. Did you pass a reference from a different Firestore SDK?
The above error occurred in the ChatRoom component
But if I remove this line
const [messages] = useCollectionData(q);
everything works fine
Any help would be appreciated
The text was updated successfully, but these errors were encountered: