react-firebase-chat icon indicating copy to clipboard operation
react-firebase-chat copied to clipboard

FirebaseError

Open harshithvh opened this issue 3 years ago • 0 comments
trafficstars

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

harshithvh avatar Jul 03 '22 09:07 harshithvh