I'm currently developing an android app using Firebase as the backend. assume the following path.
path(techhalls\blocks\I\405\booked) this path results in "booked:true"
Now I want to change its value to false at 12 A.M everyday i.e., booked:true should change to booked:false at 12 A.M
I'm clueless here. Could any anyone help me?