DEV Community

Discussion on: How are chat messages stored in firestore?

Collapse
 
terabytetiger profile image
Tyler V. (he/him)

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: