docRef on react app causes expected first argument to collection() to be a collectionreference [closed]
Closed 4 days ago.
docRef on react app causes expected first argument to collection() to be a collectionreference [closed]
Closed 4 days ago.
Why is the array in my Firestore Document populated in the console, but not when I get a snapshot of it?
I am trying to create a game of Codenames in React using Firestore to store game state so that multiple clients can connect. I have code that appropriately creates a new game, and updates the Firestore document that represents a game as it goes on.
how to get specific object from array in firestore using reactjs
I can’t get spefic object out of array that includes many objects. It’s “messages” array that containes objects.
How to perform a projection for a firestore query in react?
I’m trying to do a simple restriction and projection on a firestore Database. I came up with this:
Need a help to connect ReactJs to Firestore
I’ve tried to connect firestore with react with this code and it show nothing
I’ve tried real-time database and it works but on firestore it won’t