DEV Community

Shubham Kumar
Shubham Kumar

Posted on

1

How are chat messages stored in firestore?

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.

Top comments (1)

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:

Billboard image

Try REST API Generation for MS SQL Server.

DevOps for Private APIs. With DreamFactory API Generation, you get:

  • Auto-generated live APIs mapped from database schema
  • Interactive Swagger API documentation
  • Scripting engine to customize your API
  • Built-in role-based access control

Learn more

👋 Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

A simple "thank you" can illuminate someone's day. Express your appreciation in the comments section!

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay