'Is it possible to add scripts inside Firebase? [closed]
I want to reset my Realtime database values every 24 hours in Firebase. How can I create a backend with Firebase?
Solution 1:[1]
The simplest way to get started running periodic scripts that act on Firebase is through Google Cloud Functions, which Firebase integrates with. I recommend checking out the introduction, sample use-cases, and how to run Cloud Functions on a schedule.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Frank van Puffelen |
