evollu / react-native-fcm

react native module for firebase cloud messaging and local notification
MIT License
1.73k stars 681 forks source link

Multiple notification status #1063

Open cetinahmetemre opened 5 years ago

cetinahmetemre commented 5 years ago

First issue is ;

For example , francis sent a message to emre and the notification came, then claire sent a message to emre but claire's notification replace to francis' notification. I want two different notifications to appear.

Second issue is ;

When network connection is off, claire sent 5 message to emre. When emre connected to network , emre takes 5 notification. But I would like to make just take 1 notification.

VyankeshH commented 5 years ago

@AsocialCoder How you get all the pending Notification when you are switch from offline to Online.Any help much appreciated.Thank you