Why does the document keep the original data when I update it? It is returned into the previous status right away. No error
I have a collection with a lot of documents in Firestore Database. I wrote a function to update the data of a document in React.
React/Firebase. Why does the document keep the original data when I update it? It is returned into the previous status right away. No error
I have a collection with a lot of documents in Firestore Database. I wrote a function to update the data of a document in React.