I'm completely new to Firebase.Can someone help me to solve this asap. I have a document with values as mentioned below. If the current firebase server timestamp reaches the time mentioned in any of the triggerTime values then trigger the function to update the status
Doc Id :
Document Fields:
Name : StackOverFlow,
Id: 100001,
Status: false,
Triggertime:1620162615 (Epoch Unix Time)
If firebase server epoch time matches with triggertime then the status should be true.