gpt4 book ai didi

CollectionReference 中的 android firebase 服务器时间戳

转载 作者:行者123 更新时间:2023-11-29 23:31:15 25 4
gpt4 key购买 nike

在 Android 应用程序中,我有以下内容:

notebookRef = FirebaseFirestore.getInstance().collection("Registros");
notebookRef.add(new Lista(title, description, geoPoint, null));
Map<String, Object> value = new HashMap<>();
value.put("timestamp", ServerValue.TIMESTAMP);
notebookRef.add(value);

它发疯了,因为它没有生成时间戳,而是在 firebase 中写入以下内容:

enter image description here

服务器应该生成自己的时间戳:see herehere

我做错了什么?

最佳答案

您错误地使用了 ServerValue.TIMESTAMP来自实时数据库而不是 FieldValue.serverTimestamp()用于 Firestore。

关于CollectionReference 中的 android firebase 服务器时间戳,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52636796/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com