I want to know how to send monthly notifications from 1st to 10th of every month using Google Firebase Cloud Messaging. How should I fill in the parameters of Send To Eligible Users? I have created the following scheduling but I am not sure if this will work.enter image description here
Asked
Active
Viewed 32 times
0
-
You can create a Cloud Function that fires every day, check the current day and if it's a valid day of a predefined list (environment value, Firestore document field value, etc) and execute a defined function, or return. Doing this is fairly modular and configurable, especially should anything need to be changed in the future. – DIGI Byte Aug 13 '21 at 10:00