Request kind indulgence and help of developers on this esteemed forum to a non technical person,i.e. me, who is articulating difficulties faced by my developers.
We were testing our Messaging App built using mongodb, nodejs and ReactNative.
Issue I am facing is this:
While chatting, we find that a few messages for which we have received Firebase Notification on top and read the message partially, didnt populate on our screen atall! Though it is very infrequent, still 1 lost message is too many.
When App is cleared from RAM, if we send 20 messages, say 1 to 20, we have noticed that upto 6 or 7 Notifications alert come, After that, notification stops. Then when App is opened, other messages start populating on the screen.
My developer says that socket is going idle due to which messages are lost and Firebase Notification is not able to keep the background services running all the time and keeping socket active.
I have read past posts reg high priority Push Notifications and API 23 and Continuous Background Services and sent the link.
Would the forum guide us a bit on how to keep the background services running all the time?
Thanks and stay safe!