Best practices #175
-
Hi, I'm asking regarding best practices for this chat app. Let's say I have an app with 200 1:1 chats. Should I create 200x snapshot listener when opening this app to receive update messages? Or what is considered as best practice to receive updates continuously? Also, what is considered best practice on when to suspend the realtime listeners? Furthermore, regarding notifications when app is terminated / in background, I think we have to use e.g. FCM for background notifications about new messages. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey, this is not the app, it is just the chat UI. How you handle your backend is totally up to you :) |
Beta Was this translation helpful? Give feedback.
Hey, this is not the app, it is just the chat UI. How you handle your backend is totally up to you :)