gpt4 book ai didi

flutter - 如何将值添加到从 flutter 到 firestore 的数组

转载 作者:IT王子 更新时间:2023-10-29 06:45:59 25 4
gpt4 key购买 nike

在 Firestore 中,我有一个包含数组类型字段的文档,我想从 flutter app 向其添加日期时间值。任何人都可以建议一种方法吗?

最佳答案

存储:

使用DateTime.now().millisecondsSinceEpoch

这将为您提供一个 int 值作为返回,您可以将该值保存在 Firestore 中。

检索:

您可以使用 DateTime.fromMillisecondsSinceEpoch(valueSavedInFirestore)

从保存的值中轻松获取 DateTime

关于flutter - 如何将值添加到从 flutter 到 firestore 的数组,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52444222/

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