Please help me. I am using Cloud Functions for Firebase to write a back-end script for my Android application. This script is supposed to update a value in the Firebase Database once per day, at a specific time of the day, automatically.
The problems are:
I managed to make the function be triggered when that value from Firebase is changed(with onWrite() event), but that's not really automatically.
I couldn't find the best, or one of the best solution for the code, on how to specific the moment of the day when the value will be changed.