I'm working for Frontend end part of chat app for a company, they are using fire store to store messages, Can some one provide me any resources to better understand how chat messages are stored in fire store? how the users are stored? how can I do crud operations etc?
I'm using React js in Front-end.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
Firestore is a NoSQL database, so the structure is going to be determined by your team.
Firestore is a subset of the features available through Firebase, along with Authentication.
If you want to take a look at a good example of Firebase + React, I recommend Ashlee's series here:
Build a React & Firebase Blog Site: Part 1
Ashlee Boyer ・ Aug 27 ・ 8 min read