Can Firebase cloud messaging send notifications to apps with data on it? And when notification clicked, it will open new activity and display those data. I have been try to search on internet, but the cannot find one.
Asked
Active
Viewed 265 times
-1
-
Thank you, i'll try it, but, if those datas retrieve from firebase realtime database too, should i get from api? Or in java?? – tjahja Nov 26 '19 at 03:31
1 Answers
0
Yes. You can send data with notification and can be received in device Receiving data from FCM push notification

Mohamed Ashik
- 332
- 3
- 14
-
So, if those datas retrieve from firebase realtime database too, should i get it from api? Or in java ? – tjahja Nov 26 '19 at 03:30
-