0
How should I store the messages?
I am creating an instant chat app using Firebase...I have no idea how to store the messages. Any suggestions welcome.
2 odpowiedzi
+ 11
Firebase firstore for saving messagess in realtime.
Here is tutorial
https://firebase.google.com/docs/firestore/quickstart
0
Could you try this post : https://blog.mirrorfly.com/real-time-chat-server-database-for-storing-messages/ This post had explained how to store message.