I have read many different answers on this topic but I couldn't understand any of them. I have saved my data in firestore hence the data is in the form of collections and documents. Please send the solution for android studio.
Asked
Active
Viewed 339 times
0

Frank van Puffelen
- 565,676
- 79
- 828
- 807

Amandeep
- 31
- 2
- 4
-
1I have explained in one of my tutorials step by step, how you can send **[notifications](https://www.youtube.com/watch?v=6RzB4HXzQyA&t=3s&list=PLn2n4GESV0AmXOWOam729bC47v0d0Ohee&index=17)** to specific users using `Cloud Firestore` and `Node.js`. You can also take a look at my answer from this **[post](https://stackoverflow.com/questions/48298993/push-notifications-on-content-change/48299840)**. – Alex Mamo May 06 '21 at 11:08
-
Before I implement it can you please tell me if this method works when the application is closed or not – Amandeep May 06 '21 at 15:11
-
Yes, it works in both situations. – Alex Mamo May 06 '21 at 16:20
1 Answers
0
I had implemented this feature in my chatting app in which user will get notify if someone request to chat with them.
Refer to this push notification tutorial.

Harsh Suvagiya
- 106
- 1
- 3