I would like my users to update a data daily and if they do not do so at midnight, a default value should be added. For that I also need to take into account time zones. For this project i'm using Firebase and ionic 4
Asked
Active
Viewed 30 times
1
-
5Yes, there are lots of ways to do this. One might be a scheduled Cloud Function. https://firebase.google.com/docs/functions/schedule-functions – Doug Stevenson Jun 04 '19 at 18:38
-
Thank you very much – dhammani Jun 05 '19 at 14:26