"how to update a value in firebase database after a specific time, like after 10 minutes?" Code Answer

5

i would suggest you to write a javascript function which writes the new value after 10 minutes, and write a firebase write event trigger to call that function whenever you see a change in value and the value as 2.

if you write this functionality in android app, it may not update in time if the user disconnects the internet from his phone.

documentation for firebase function

read this documentation. it is fairly easy and an integral part of firebase as a backend for applications.

By doctrey on March 12 2022

Answers related to “how to update a value in firebase database after a specific time, like after 10 minutes?”

Only authorized users can answer the Search term. Please sign in first, or register a free account.