0
有沒有在Firebase安全規則中使用Firebase.ServerValue.TIMESTAMP或新Date()。getTime()來檢查時間戳值的方法?在Firebase安全規則中使用TIMESTAMP
有沒有在Firebase安全規則中使用Firebase.ServerValue.TIMESTAMP或新Date()。getTime()來檢查時間戳值的方法?在Firebase安全規則中使用TIMESTAMP
您正在尋找'now'變量。例如:
// Ensure data being written is in the future.
".write": "newData.val() >= now"