Firebase键默认值

时间:2017-02-13 08:57:25

标签: firebase firebase-realtime-database

我来自10年的SQL Server背景,我曾经在一个字段上设置默认值GetDate(),例如当我需要知道插入记录时的服务器日期/时间。

我想采用与Firebase相同的方法,也许是通过使用规则,但我不了解如何以及是否可能。

我读了一些有价值的建议,如下面的

The 2^120 Ways to Ensure Unique Identifiers

在任何情况下,似乎需要在客户端执行某些代码。

有什么建议吗?

提前致谢,问候

1 个答案:

答案 0 :(得分:1)

如果您只是在寻找服务器时间戳,那么内置的firebase就会随附。

firebase.database.ServerValue.TIMESTAMP

Here is the info from Firebase