I have tried to send msg in firebase console but client requires to generate notification automatically if the table in the database is modified
is there any ways i can make it happen
I have tried to send msg in firebase console but client requires to generate notification automatically if the table in the database is modified
is there any ways i can make it happen
Yes, you can use FCM in combination with firebase functions and firestore triggers. What you want to happen is actually the first use case described in the documentation for firebase functions:
The picture is straight from the firebase documentation.