Does firestore need backend?

The first thing that we need to know about a Firestore, is that most of the backend logic needs to be implemented on Front-end . For example, in our app, we need to send a message to another user or a group of users. In addition to this, it is necessary to change unread messages count and send a push notification.

Read more