腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
2
回答
Cloud
Firestore
更改
字段名
database
、
firebase
、
flutter
、
dart
、
google-cloud-firestore
我的数据库就像;我希望在删除announcement0字段时,将announcement1
字段名
称
更改
为announcement0。有没有办法做到这一点?
浏览 11
提问于2021-05-24
得票数 1
回答已采纳
1
回答
Firestore
:将数据存储到具有参数名称的字段
javascript
、
firebase
、
google-cloud-firestore
有没有办法用Firebase将一个变量设置为
Cloud
Firestore
的
字段名
?setFavorite( favorite: boolean return this.
fireStore
.
firestore
.doc
浏览 13
提问于2019-01-19
得票数 0
回答已采纳
1
回答
Firestore
数据
更改
结果在颤动中为空
firebase
、
flutter
、
dart
、
google-cloud-firestore
但当我使用文本字段的空值执行此操作时,onChanged方法会将集合文档中的值
更改
为null值。import 'package:
cloud
_
firestore
/
cloud
_
firestore
.dart';importEditNameState(); v
浏览 15
提问于2020-08-04
得票数 0
回答已采纳
1
回答
保存在
Cloud
Firestore
中的Hashmap对象,其
字段名
称为已通知名称的字母实例
android
、
kotlin
、
hashmap
、
google-cloud-firestore
我正在用Kotlin编写一个android应用程序,但在添加到
Cloud
Firestore
的文档时遇到了麻烦。当在android studio AVD Emulator中测试应用程序时,它运行正常并按预期保存,但当我在手机上测试时,该应用程序从Google Play Store安装在beta模式下,它将地图的
字段名
称
更改
为字母hipoteseComprovada,
浏览 10
提问于2019-08-27
得票数 0
1
回答
onUpdate和随机排列阵列的
Firestore
导航
reactjs
、
firebase
、
react-native
、
google-cloud-firestore
、
google-cloud-functions
我尝试了这样的东西: .document('duell/{duell_id}/set/questions')
浏览 0
提问于2021-06-07
得票数 0
1
回答
无法安装permission_handler和file_picker,因为
cloud
_
firestore
flutter
、
google-cloud-firestore
、
permissions
、
export-to-csv
、
filepicker
^1.0.0,
cloud
_
firestore
>=0.13.1 <0.14.0-dev.1 requires plugin_platform_interface ^1.0.0.So, because gamiforms depends on both permission_handler ^8.0.0+1 and
cloud
_
firestore
^0.13.3, version^1.0.0,
cloud
_
firestore
>=0.13.1 <0.14.0-de
浏览 4
提问于2021-05-23
得票数 0
回答已采纳
1
回答
对于
Firestore
,需要添加哪些依赖项,编写Java代码?
java
、
firebase
、
google-cloud-firestore
、
firebase-admin
我正在编写代码来侦听使用Java代码在
Firestore
中的数据
更改
。我使用maven添加了下面的依赖项: com.google.<e
浏览 0
提问于2018-01-25
得票数 1
3
回答
Flutter无法识别FirebaseFirestore (Android Studio)
firebase
、
flutter
、
google-cloud-firestore
以下是我的代码,稍微改编自flutter文档中的示例:import 'package:flutter
浏览 0
提问于2021-01-27
得票数 0
4
回答
未定义的名称“
Firestore
”抖动
firebase
、
flutter
、
google-cloud-firestore
cupertino_icons: ^1.0.2我正确地配置它,请帮助
浏览 5
提问于2021-02-06
得票数 8
回答已采纳
1
回答
如何在web中使用javascript将数据插入到
firestore
?
javascript
、
firebase
、
google-cloud-firestore
我正确地遵循了文档,甚至是解释它如何工作的视频,但我尝试了多少次,甚至复制了文档中的确切代码,我无法在
firestore
数据库上插入数据。你能告诉我为什么会这样吗?firebasejs/7.5.2/firebase-app.js"></script> //
浏览 17
提问于2019-12-11
得票数 1
回答已采纳
1
回答
CocoaPods找不到pod "
cloud
_
firestore
“的兼容版本
ios
、
flutter
、
google-cloud-firestore
/Core'CocoaPods could not find compatible versions for pod "
cloud
_
firestore
": <
浏览 150
提问于2021-04-28
得票数 1
2
回答
getter‘实例’不是为“
Firestore
”类型定义的。
firebase
、
flutter
、
dart
、
google-cloud-firestore
嗨,伙计们,当我试图声明一个
Firestore
实例时,他给出了这个错误!在我把颤音升级到最后一个版本后发生的一切 final databaseReference =
Firestore
.instance;
cloud
_
firestore
: ^0.14.0
浏览 2
提问于2020-08-18
得票数 2
回答已采纳
3
回答
颤振问题云-火药库依赖关系
android
、
flutter
、
google-cloud-firestore
same version via DependencyResolutiondependencies: sdk: flutter 我怎么才能解决这个问题?
浏览 0
提问于2019-02-01
得票数 2
回答已采纳
2
回答
在Python中与.where()一起使用时,带有空格的
Firestore
文档
字段名
称将返回错误
python-3.x
、
firebase
、
google-cloud-firestore
使用Firebase的
Cloud
Firestore
用Python3.7编写一个非常简单的程序。在该程序中,我使用.where()下拉集合的一部分,然后使用for循环对其进行迭代。当将任何带有空格的
字段名
传递给.where()时,它会在遇到循环时抛出一个错误(google.api_core.exceptions.InvalidArgument: 400 Invalid property我认为这应该是可行的,考虑到我既可以使用这些
字段名
上传数据,也可以使用它们来拉取数据,只是不使用.where()。我做错了什么?空格不受支持
浏览 0
提问于2018-08-22
得票数 0
回答已采纳
2
回答
Ruby的
FireStore
-如何订阅文档
更改
ruby
、
google-cloud-firestore
我想使用订阅ruby中的
firestore
文档中的
更改
。我可以使用以下代码获取文档引用和数据,但不确定如何订阅
更改
firestore
= Google::
Cloud
::
Firestore
.new(project_id: 'project_id/google-
cloud
-key.json') ref =
firesto
浏览 0
提问于2018-06-26
得票数 2
1
回答
权限-拒绝从Firebase获取数据
flutter
、
firebase
、
dart
、
google-cloud-firestore
(32609)中的私有方法:(24.4.0)
Firestore
: target=Query(target=Query(name的产品订单);( limitType=LIMIT_TO_FIRST)失败:做部分代码缓存集合,code=13KB,data=30KB I/art (32609):代码缓存收集之后,code=13KB,data=30KB I/art (32609):将代码缓存容量提高到128 by /
Firestore
(32609):(24.4.0)
Firestore
:侦听查询(target=Quer
浏览 2
提问于2022-11-20
得票数 0
1
回答
通过ArrayUnion更新
firestore
数据库
python
、
python-3.x
、
google-cloud-firestore
、
firebase-storage
、
firebase-admin
不幸的是,我的update方法产生了以下错误: TypeError: ('Cannot convert to a
Firestore
Value', <google.
cloud
.
firestore
_v1beta1.transforms.ArrayUnion object at 0x04CDEF90>, 'Invalid type', <class 'google.
cloud
.
firestore
_v1beta1.transforms.Ar
浏览 9
提问于2019-04-15
得票数 2
回答已采纳
2
回答
Firestore
:为名称isText找到冲突的getter
android
、
firebase
、
kotlin
、
google-cloud-firestore
override val isText: Boolean = true)constructor() : this("", Date(0), "") }at com.google.android.gms.internal.zzevb.zzbw(Unknown Source:2)at com.googl
浏览 0
提问于2018-03-15
得票数 0
回答已采纳
1
回答
如何使用Flutter监听
Cloud
Firestore
中的文档
更改
?
dart
、
google-cloud-firestore
、
flutter
我希望有一个侦听器方法,如果发生
更改
,它会检查文档集合的
更改
。类似于:
Firestore
.instance.runTransaction((Transaction tx) async { CollectionRefe
浏览 0
提问于2018-05-22
得票数 23
回答已采纳
1
回答
如何修复flutter
cloud
_
firestore
从属关系?
android
、
gradle
、
flutter
、
google-cloud-firestore
我正在开发flutter应用程序,测试
cloud
_
firestore
。我的应用运行良好,直到我在pubspec.yaml中添加了"
cloud
_
firestore
:^0.9.0“ flutter:
cloud
_
firestore
: 我曾尝试将
cloud
_
firestore
的版本
更改
为0.8.2,甚至根本不包含版本。我还尝试将"android\ap
浏览 3
提问于2019-09-07
得票数 1
点击加载更多
相关
资讯
谷歌Cloud Firestore发布,零管理的数据库是亮点
Spring Boot教程:构建微服务并部署至Google Cloud
谷歌云故障14个小时,系“队列突变大量积压”引起
谷歌发布Eventarc预览版:支持从60多个谷歌云源触发Cloud Run
Firebase模块的使用方法
热门
标签
更多标签
云服务器
ICP备案
对象存储
云点播
实时音视频
活动推荐
运营活动
广告
关闭
领券