0

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

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

1 Answers1

1

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:

Picture taken from firebase documentation

The picture is straight from the firebase documentation.

Julian
  • 443
  • 2
  • 5
  • my excel file is maintained in the microsoft sharepoint, we access the files through sharepoint API , it that excel is updated we need to trigger a firebase notification from the backend of flutter application – vishnuanil123 Nov 15 '22 at 09:22