We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Can you please tell me, how you handle new message badge icon show ?
is it handled by firebase itself or handled by your code ?
The text was updated successfully, but these errors were encountered:
it's handled by our code. The conversation model has is_new field. It's true if there are new messages in the converversation.
Sorry, something went wrong.
Can you please send me chats Objects screenshot for let me know where it should be set 'is_new' ?
and also how you changed back when chat is open ? Do you write specific code?
PING!!!
The field is_new = true is set here (server side) : https://github.com/chat21/chat21-cloud-functions/blob/master/functions/chat-api.js
The clients (ios, android, ionic,etc..) when receive the message update the field to false
No branches or pull requests
Hi,
Can you please tell me, how you handle new message badge icon show ?
is it handled by firebase itself or handled by your code ?
The text was updated successfully, but these errors were encountered: