腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
1
回答
flutter
:
获取
云
firestore
中
物品
的
长度
、
、
我对
flutter
和
firestore
.so完全陌生,请帮我解决这个问题。我想知道在
Firestore
.In当前
的
uid中有多少来自userCarts
的
条目在userCart .so中有3个条目,我想得到
的
结果是3 ?
浏览 4
提问于2020-10-12
得票数 0
回答已采纳
2
回答
在null上调用了getter 'data‘
、
、
、
我想从
Firestore
的
文档
中
读取数据,但它给出了一个错误。
浏览 17
提问于2019-04-14
得票数 0
1
回答
如果用户在运行时突然关闭应用程序,如何停止在firebase
中
执行查询或进程
、
、
我正在使用
flutter
创建一个电子商务应用程序,我在测试我
的
应用程序时遇到了这个问题,它发生在我
的
结账屏幕上,然后突然接到一个电话。在应用程序
的
结帐阶段,我将购物车
中
的
物品
写入
云
firestore
。当我检查Firebase控制台时,我
的
收藏
中
没有保存项目。当应用程序上发生关闭应用程序之类
的
事情时,我如何停止执行查询?
浏览 1
提问于2020-11-13
得票数 0
1
回答
在iOS上调用getDocuments()时,
Flutter
Cloud
Firestore
失败
、
、
我在
flutter
项目中从Cloud
Firestore
获取
一些数据时遇到了一个问题。/v1/
flutter
/.pub-cache/hosted/pub.dartlang.org/cloud_
firestore
-0.9.6/lib/src/query_snapshot.dart:10:57/framework.dart:3735:15) #7 Element.rebuild (package:<e
浏览 23
提问于2019-03-15
得票数 2
回答已采纳
1
回答
Firestore
Timestamp.toDate()返回以UTC表示
的
日期
、
、
、
我将时间戳作为DateTime(2020, 02, 29, 9)从我
的
flutter
应用程序上传到
Firestore
文档使用document['timestamp'].toDate().hour从
flutter
应用程序检索时间戳时,如预期
的
那样返回'9‘。在
云
函数
中
获取
此数据
浏览 18
提问于2020-03-03
得票数 4
回答已采纳
1
回答
使用
flutter
在
firestore
上执行CRUD操作
的
最佳方式是什么?
、
、
、
是更好地创建
云
函数,从
flutter
应用程序
中
调用,在
云
firestore
上执行操作(创建、读取、更新、删除),还是只使用
flutter
直接访问您
的
firestore
,而不需要任何
云
函数
的
干预?决定使用哪种方法
的
理想情况是什么?
浏览 45
提问于2019-08-28
得票数 0
回答已采纳
1
回答
如何从Cloud Function返回'Instance of Document Reference‘到
Flutter
?
、
、
、
、
我有一个
云
函数,其中包含以下三行: const admin = require("firebase-admin");db.doc(path他们甚至将文档引用保存在
firestore
中
。然而,我不能让他们返回一个对
Flutter
前端
的
文档引用。变量,我们称其为yourReference,在一行中保存到
firestore
,显示为documentReference,并在下一行返回到
Flu
浏览 16
提问于2020-09-16
得票数 0
4
回答
如何在
Flutter
web应用程序中使用
云
firestore
、
我正在创建一个
flutter
web应用程序,我想将我
的
flutter
web项目与
云
firestore
连接起来,是否有任何方法可以将我
的
项目连接到
云
firestore
我已经尝试在pubspec.yaml中导入cloud_
firestore
:^0.12.5+2。由于op依赖于需要
Flutter
SDK
的
cloud_
firestore
>=0.3.0,版本解析失败。
浏览 5
提问于2019-07-23
得票数 4
1
回答
Flutter
+ Firebase
云
函数-如何从HttpsCallableResult
获取
数据
、
、
我已经编写了一个简单
的
云
函数,它返回一个保存在cloud
Firestore
数据库
中
的
id。
云
函数如下所示: exports.getWinkert = functions.https.onCall((data, context) => { return { id: winkertId };}) 此函数通过以下
浏览 8
提问于2019-06-01
得票数 4
1
回答
如何在颤振应用程序
中
获取
firebase控制台中
的
身份验证计数?
、
、
、
、
如何在firebase控制台中
获取
身份验证
的
计数,例如使用
flutter
:1000用户通过应用程序进行身份验证。我可以看到通过firebase console.But 对我
的
应用程序进行身份验证
的
用户,我需要在
flutter
管理应用程序
中
获取
身份验证(1000)
的
计数。现在,我在
云
防火墙
的
帮助下获得身份验证计数,只需创建集合,而在文档
中
,每当新用户登录时,我就会增加整数计数。 没有
浏览 7
提问于2022-09-09
得票数 0
1
回答
如何在
Flutter
中
调用Firebase
中
的
Cloud函数?
、
、
、
我正在尝试使用
云
函数更新一些值,这些值将从我
的
Flutter
应用程序输入到
FireStore
。到目前为止,我
的
代码如下:exports.update = functions.https.onRequest
中
,这是我尝试过
的
: Future<void>
浏览 2
提问于2021-10-04
得票数 0
1
回答
我正在尝试在
flutter
中使用日期选择器,并将我
的
日期存储到
云
firestore
.But
中
,我
的
日期显示为空
、
、
、
我正在尝试在
flutter
中使用日期选择器,并将我
的
日期存储到
云
firestore
.But
中
,我
的
日期显示为空我
的
firestore<
浏览 0
提问于2020-11-19
得票数 0
1
回答
在IOS模拟器上使用cloud_
firestore
产生错误
的
颤振
、
、
这是我第一次尝试同时使用Firebase cloud_
firestore
和
Flutter
。它在Android模拟器上运行得很好。但是,当我尝试在IOS Sim上运行时,我得到了以下错误: /Users/carsoncarbery/development/tools/
flutter
/.pub-cache/hosted/pub.dartlang.org/cloud_
firestore
-0.8.2+3/ios/Class
浏览 5
提问于2019-01-03
得票数 1
1
回答
在颤动
中
触发通知
的
最佳方式
、
、
、
我
的
flutter
应用程序允许用户安排活动,并需要在时间到来时通知他们。这些事件涉及多个用户,可能会被删除。我正在寻找触发通知
的
最佳方式。到目前为止,我已经找到了两个可以实现这一点
的
包:firebase_messaging和
flutter
_local_notifications。使用firebase_messaging,我想创建一个
云
函数,当在
firestore
中
创建事件时将触发该
云
函数,它计划在事件期间运行另一个
云
浏览 0
提问于2019-08-04
得票数 1
1
回答
使用Elasticsearch进行颤动
、
我在后端使用
Firestore
和Elasticsearch,在后端使用
Flutter
。我设法使用
云
函数集成了
Firestore
和Elasticsearch。我不清楚如何将
Flutter
与Elasticsearch集成。任何人都知道将
Flutter</e
浏览 1
提问于2020-12-27
得票数 1
2
回答
如何使用
云
函数将数据写入
云
Firestore
、
、
、
对于我在
Flutter
中
构建
的
调度应用程序,我正在尝试使用
云
函数和cron作业将数据写入到我
的
云
Firestore
数据库
中
,以使我
的
应用程序更具自我维护性。我被困在第一步,试图让我
的
云
函数将数据写入我
的
云
Firestore
数据库。 下面我在github上添加了图片
的
链接,这些图片展示了我当前
的
数据在
Fi
浏览 26
提问于2019-11-07
得票数 0
回答已采纳
2
回答
Dart错误:未处理
的
异常: E/
flutter
( 5079):无效参数:'Future<String>‘
的
实例
、
、
、
、
我正在尝试将文档添加到我
的
云
firestore
数据库。以这种方式。E/
flutter
( 6263): [ERROR:
flutter
/shell/common/shell.cc(181)] Dart Error: Unhandled exception: E
浏览 1
提问于2018-09-23
得票数 6
回答已采纳
2
回答
无法从
flutter
应用程序
中
的
Cloud
Firestore
读取数据
、
我尝试将我
的
flutter
应用程序与Cloud
Firestore
集成。在一个页面上,在应用程序
中
,我只想从
云
存储
中
读取数据并将其打印到该页面上。我是个新手,对后端
的
制作了解不多,所以我尝试了youtube上
的
几个教程,也读了StackOverflow上
的
一些文章,但我仍然不能从
云
存储
中
读取数据。因此,我认为我在某个地方犯了一个错误。这是我
的
Firestore
数据
浏览 5
提问于2021-07-09
得票数 0
3
回答
Firestore
-
Flutter
数组包含
、
、
我看到和JavaScript支持'array-contains',但是
flutter
呢?有没有办法查询包含
的
数组?还是
flutter
不支持这个?
浏览 0
提问于2018-08-20
得票数 2
回答已采纳
1
回答
(
Flutter
)如何使用Firebase
云
函数从
Firestore
检索文档
、
、
我正在尝试用Node.js写一个
云
函数。 该函数需要以json形式返回Cloud
Firestore
文档数据。我已经阅读了document,在那里我可以发现
云
函数可以在onCreate和onDelete等Cloud
Firestore
事件上触发。但是,除了这些不更新或删除文档
的
事件情况外,我想知道是否可以使用functions.
firestore
对象来完成此操作。 有可能吗?或者我应该只使用REST API for Cloud
Firestore
并创建像function
浏览 15
提问于2021-01-07
得票数 0
回答已采纳
点击加载更多
热门
标签
更多标签
云服务器
ICP备案
云直播
腾讯会议
实时音视频
活动推荐
运营活动
广告
关闭
领券