Firebase Simulator中的时间戳不允许(。)点

时间:2016-07-06 09:51:52

标签: firebase firebase-realtime-database firebase-console

有一个名为createdTime的JSON字段,它的值是服务器的当前时间戳(看起来像这个{“。sv”:“timestamp”}),但模拟器不允许“。” (点)字段名称。我该怎么做才能模拟出来?

Here is the Image

1 个答案:

答案 0 :(得分:1)

正如tstirrat的评论所说,

  

我们有一个修复程序,它将允许模拟器中的.sv个键。

到目前为止,这似乎已得到修复。

我做了这个答案,以便回答这个问题。