gpt4 book ai didi

firebase - 在 Flutter 中,如何创建与 Firebase documentID 兼容的字符串?

转载 作者:行者123 更新时间:2023-12-03 04:20:48 25 4
gpt4 key购买 nike

在 flutter 中,
在 Firebase 中添加 Document 时,会自动生成 documentID。
但是,如果应用程序处于脱机状态,我如何创建与 Firebase documentID 兼容的字符串?

最佳答案

我刚刚找到了解决方案

String getNewDocID() {
return Firestore.instance.collection('').document().documentID;
}
文档引用文档(
[字符串路径]
)
返回具有提供的路径的 DocumentReference。
如果未提供路径,则使用自动生成的 ID。
生成的唯一键以客户端生成的时间戳为前缀,以便生成的列表将按时间顺序排序。
https://pub.dev/documentation/cloud_firestore/latest/cloud_firestore/CollectionReference/document.html

关于firebase - 在 Flutter 中,如何创建与 Firebase documentID 兼容的字符串?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62716071/

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