How do i show a notification in my app when a child is added/modified in firebase database ? I am using android studio. I have seen a lot of answers to use FCM or GCM . But is there a way that i can use background service (which doesn't terminate on app termination) to check if there is a child is added/modified and create a local notification?
Asked
Active
Viewed 98 times
1 Answers
0
You could Use google FCM data notification. check out the docs hereFirebase Cloud Messaging Docs

Adesuyi Ayodeji
- 1,111
- 1
- 8
- 15
-
Can you share some links of tutorials? – Ashish Kumar Jun 24 '18 at 11:04