0

I want to clear data from Firebase database every 24 hours, but I do not want to do this from code in my project, but from the Firebase.

Do firebase have such functions?

KENdi
  • 7,576
  • 2
  • 16
  • 31
Alex
  • 1
  • 3

1 Answers1

0

Yes it does. Please use the functions from Cloud Functions for Firebase.

Cloud Functions for Firebase lets you automatically run backend code in response to events triggered by Firebase features and HTTPS requests. Your code is stored in Google's cloud and runs in a managed environment. There's no need to manage and scale your own servers.

Hope it helps.

Alex Mamo
  • 130,605
  • 17
  • 163
  • 193