腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
2
回答
Firestore
错误
-
无法
读取
null
的
属性
`
firestore
`
、
、
我尝试在验证后将
firestore
与我
的
react项目一起使用,以将一些数据写入firebase。但是,每当调用<code>D0</code>时,我都会收到一个
错误
,提示为<code>D1</code>。当调用<code>D5</code>时,会出现
错误
。从一些调试来看,firebase看起来是空
浏览 17
提问于2019-12-03
得票数 1
2
回答
生命周期钩( vueJs )
、
我使用Firebase auth进行用户身份验证,使用
Firestore
作为数据库,但我
无法
在用户和其活动之间进行同步。(({ bindFirestoreRef, getters }) => { 'campaigns',
浏览 2
提问于2020-01-25
得票数 0
1
回答
在
Firestore
的
getCountFromServer()上获取一个
错误
、
、
、
、
我正在尝试让Firebase 9.11中发布
的
新getCountFromServer()特性与Angularfire和/或不使用,但是我遇到了一个奇怪
的
错误
。案例:我想检索组织中成员集合
的
大小/长度(/ organization /${orgId}/members),而不请求和
读取
所有成员文档。getCountFromServer(collectionRef); console.
浏览 20
提问于2022-10-19
得票数 1
回答已采纳
1
回答
无法
读取
未定义
的
属性
(
读取
“防火墙”)
、
我试图将我
的
firebase项目导入expo,但得到了
错误
"firebase.js:15 Uncaught TypeError:
无法
读取
未定义
的
属性
(
读取
'
firestore
')“。我有这样
的
消防站应用程序:import "firebase/<
浏览 2
提问于2022-05-24
得票数 0
回答已采纳
1
回答
如何修复
Firestore
中“
无法
读取
null
的
'
firestore
‘
属性
”
、
、
我将尝试更改
firestore
()函数中
的
设置,但不起作用。我读了文档,他们说这个未来将在未来
的
版本中删除,但我没有看到解决方案。所以我希望有人能帮我解决这个问题。操作系统版本: Majove 10.14.2库版本:^6.1.0 Firebase产品:
firestore
import * as firebase from 'firebase/app'require('dotenv
浏览 21
提问于2019-06-03
得票数 0
1
回答
FirebaseClould问题:
无法
读取
未定义
的
属性
(
读取
“路径”)
、
、
batch.update(UQuery, { "studentAmount": increment(FinalTopUpAmount) }); @firebase/
Firestore
:
Firestore
(9.8.1):AsyncQueue未能持久化写入: TypeError:
无法
读取
未定义
的
属性
(
读取
“路径”)我想使用写批处理更新studentAmount字段,该字段基于s
浏览 6
提问于2022-05-24
得票数 0
回答已采纳
1
回答
如何修复“未定义
的
TypeError:
无法
读取
属性
的
‘时间戳’”?
、
、
对于日期,我使用了datepicker,但
无法
获得选定
的
日期,并在将其转换为防火墙时间戳之后。var currentDate = $(".subscriptionDeadline").datepicker("getDate");我知道这个
错误
: 未定义
的
TypeError:
无法
读取
浏览 0
提问于2019-06-22
得票数 2
回答已采纳
2
回答
注册时
无法
将配置文件信息添加到firebase集合中(vue财政数据库)
、
、
、
我得到了这两个
错误
无法
读取
未定义
的
属性
“user” phone:
null
, address:
nu
浏览 2
提问于2021-07-05
得票数 1
回答已采纳
4
回答
云函数-云修复
错误
:
无法
获得serverTimestamp
、
、
云函数-云修复
错误
:
无法
获得serverTimestamp exports.userlog = functions.
firestore
.document('user/{userId}') { return
浏览 1
提问于2018-05-16
得票数 12
3
回答
不能从Firetore
读取
数据
、
、
、
我正在尝试从Firebase
Firestore
读取
数据,但我
无法
读取
,而且我有一些
错误
。我以前是这样做
的
,它起了作用,但现在我认为
读取
数据
的
方式改变了。
错误
: 添加空检查并不能解决这个问题。
Firestore
浏览 1
提问于2022-06-29
得票数 0
2
回答
所有邮件时间戳都会在发送消息时更新到当前时间。
、
、
、
下面是我
的
代码,当我为每个消息更新到当前时间发送所有时间戳时,如何确保时间不会在任何旧消息上发生更改?我正确地提取了时间戳,只是遗漏了我做错了什么来保存单个时间戳。我不是仅仅使用省道给我
的
DateTime提供
的
防火墙时间戳import 'package:bardsf/components/card_data.dart';import '
浏览 3
提问于2021-10-24
得票数 1
回答已采纳
2
回答
退出时
无法
读取
null
的
属性
'uid‘
、
每次我从我
的
应用程序中退出时,我都会constructor( private
firestore
: AngularFirestore, private auth: AuthService, ) firebase.auththis.currentUser == user) { t
浏览 0
提问于2019-11-19
得票数 0
回答已采纳
6
回答
如何通过安古拉火或火场获取serverTimestamp
、
--我找不到一种从消防局得到serverTimestamp
的
方法,不管是用消防站本身,还是用角火。firebase.
firestore
.FieldValue.serverTimestamp();
错误
TypeError:
无法
读取
未定义
的
属性
“FieldVa
浏览 0
提问于2018-05-08
得票数 7
回答已采纳
1
回答
提交修复批处理时
错误
"TypeError:
无法
读取
属性
‘秒’
的
空“
、
、
在尝试批处理删除集合时,我得到了以下
错误
: 在(..\node_modules\@google-cloud\
firestore
\build\src\timestamp.js:91:47) Function.fromProto var admin = require('firebase-admin');var batch: FirebaseFirestore.Wr
浏览 1
提问于2018-09-06
得票数 0
回答已采纳
1
回答
当规则中需要身份验证时如何获取文档
、
、
我在
Firestore
中定义了如下规则: rules_version = '2'; match /databases/{database}/documents=
null
; } } 我使用Delphi
的
REST客户端组件来获取数据,如果没有上面定义
的
规则,我可以
读取
数据,但当我将其配置为需要身份验证时,我
无法
获取数据。我阅读了这个文档:https:&
浏览 31
提问于2020-04-02
得票数 0
回答已采纳
1
回答
带有防火墙
的
Angularfire2 :从文档中删除特定字段
、
、
、
Remove the 'capital' field from the document capital: firebase.
firestore
.FieldValue.delete()我
无法
找到一种使用angularfire2 (5.0.0-rc.3)来实现它
的
方法。constructor(private
firestore
: AngularFirestore) {} [...]const cityRef =
浏览 7
提问于2017-11-14
得票数 2
回答已采纳
2
回答
云_火药库/权限被拒绝
的
调用方没有执行指定操作
的
权限
、
、
我正在尝试使用google帐户SignUp到firebase,并将数据保存在防火墙上,然后显示给我
的
那个
错误
。void googleSignInMethod() async { Get.offAll(Country()); });而我将数据保存到消防局
的</e
浏览 6
提问于2022-08-19
得票数 1
回答已采纳
2
回答
如果.then失败,如何执行语句
、
、
、
firestore
.collection("Something").where("User2", "==", "") .then(function(querySnapshot) { const docRef =
firestore
.collectionmessageseqno, }) .ca
浏览 0
提问于2018-09-04
得票数 0
回答已采纳
1
回答
Firestore
: getDocs,getDoc;Uncaught :
无法
读取
null
属性
、
我
的
javascript代码中有一些函数,允许我在数据库中
读取
和写入数据,它们可以正常工作。但是,当我在下面的代码中使用相同
的
方法时,我会得到两个
错误
: HTMLDocumentUncaught (承诺) Uncaught TypeError:
无法
读取
null
(读'email')
属性
TypeError:
无法
读取
Array.forEach ()在He.forEach.上
的
浏览 2
提问于2021-10-19
得票数 0
3
回答
固定恢复中
的
云函数FieldValue增量TypeError
、
、
、
、
我在firebase模拟器中测试云函数,并在尝试增加云火药库中
的
字段时出错。请检查我
的
代码和
错误
信息下面。谢谢你
的
帮助!firebase-functions"; export const newUserIncrementStat = functions.
firestore</e
浏览 12
提问于2022-07-22
得票数 3
回答已采纳
点击加载更多
热门
标签
更多标签
云服务器
ICP备案
实时音视频
对象存储
云直播
活动推荐
运营活动
广告
关闭
领券