腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
1
回答
如何
修复
Firestore
中
“
无法
读取
null
的
'
firestore
‘
属性
”
、
、
我将尝试更改
firestore
()函数
中
的
设置,但不起作用。我读了文档,他们说这个未来将在未来
的
版本
中
删除,但我没有看到解决方案。所以我希望有人能帮我解决这个问题。操作系统版本: Majove 10.14.2库版本:^6.1.0 Firebase产品:
firestore
import * as firebase from 'firebase/app're
浏览 21
提问于2019-06-03
得票数 0
2
回答
Firestore
错误-
无法
读取
null
的
属性
`
firestore
`
、
、
我尝试在验证后将
firestore
与我
的
react项目一起使用,以将一些数据写入firebase。这是我
的
firebase配置文件。下面是我
的
firebase utils文件,我用它来访问来自firebase
的
公共需求。<code>A3</code> 我从firebase实用程序
中
调用getUserDoc函数,并使用它将数据写入用户。从一些调试来看,firebase看起来是空
的<
浏览 17
提问于2019-12-03
得票数 1
4
回答
云函数-云
修复
错误:
无法
获得serverTimestamp
、
、
云函数-云
修复
错误:
无法
获得serverTimestamp exports.userlog = functions.
firestore
.document('user/{userId}') { const db = admin.
firestore
return console.log(&
浏览 1
提问于2018-05-16
得票数 12
1
回答
当规则
中
需要身份验证时
如何
获取文档
、
、
我在
Firestore
中
定义了如下规则: rules_version = '2'; match /databases/{database}/documents=
null
; } } 我使用Delphi
的
REST客户端组件来获取数据,如果没有上面定义
的
规则,我可以
读取
数据,但当我将其配置为需要身份验证时,我
无法
获取数据。我阅读了这个文
浏览 31
提问于2020-04-02
得票数 0
回答已采纳
2
回答
退出时
无法
读取
null
的
属性
'uid‘
、
每次我从我
的
应用程序
中
退出时,我都会constructor( private
firestore
: AngularFirestore, private auth: AuthService, ) firebase.auththis.currentUser == user) { this.currentUser = firebase.auth().currentUs
浏览 0
提问于2019-11-19
得票数 0
回答已采纳
2
回答
生命周期钩( vueJs )
、
我使用Firebase auth进行用户身份验证,使用
Firestore
作为数据库,但我
无法
在用户和其活动之间进行同步。(({ bindFirestoreRef, getters }) => { 'campaigns', firebase.
firestore
a026:628 Vue警告:创建钩子
中
的
错误:"TypeError:
无法
读取
属性
浏览 2
提问于2020-01-25
得票数 0
1
回答
在
Firestore
的
getCountFromServer()上获取一个错误
、
、
、
、
我正在尝试让Firebase 9.11
中
发布
的
新getCountFromServer()特性与Angularfire和/或不使用,但是我遇到了一个奇怪
的
错误。案例:我想检索组织
中
成员集合
的
大小/长度(/ organization /${orgId}/members),而不请求和
读取
所有成员文档。{ Component, OnInit } from '@angular/core'; import { Angul
浏览 20
提问于2022-10-19
得票数 1
回答已采纳
2
回答
使用AngularFire调整
Firestore
缓存大小
、
、
、
、
我正在尝试找出启用
Firestore
持久性
的
最佳方法,并使用AngularFire调整缓存大小。});AngularFirestoreModule.enablePersistenceexperimentalForceOwningTab: true, synchronizeTabs:
浏览 3
提问于2021-10-21
得票数 3
1
回答
具有安全规则
的
firestore
读取
请求上下文中
的
request.resource对象
、
、
Firestore
文档在他们
的
文档中提到了这个安全规则,以
修复
不安全
的
规则!service cloud.
firestore
{ // Allow only authenticated contentdocument} { allow read, write: if request.auth.uid == request.resource.data.aut
浏览 15
提问于2019-07-19
得票数 1
1
回答
FirebaseClould问题:
无法
读取
未定义
的
属性
(
读取
“路径”)
、
、
batch.update(UQuery, { "studentAmount": increment(FinalTopUpAmount) }); @firebase/
Firestore
:
Firestore
(9.8.1):AsyncQueue未能持久化写入: TypeError:
无法
读取
未定义
的
属性
(
读取
“路径”)我想使用写批处理更新studentAmount字段,该字段基于s
浏览 6
提问于2022-05-24
得票数 0
回答已采纳
1
回答
无法
读取
未定义
的
属性
(
读取
“防火墙”)
、
我试图将我
的
firebase项目导入expo,但得到了错误"firebase.js:15 Uncaught TypeError:
无法
读取
未定义
的
属性
(
读取
'
firestore
')“。我有这样
的
消防站应用程序:import "firebase/
firest
浏览 2
提问于2022-05-24
得票数 0
回答已采纳
1
回答
带有防火墙
的
Angularfire2 :从文档
中
删除特定字段
、
、
、
如网上正式文件所述: }); [...]const cityRef = this.
firestore
.doc(`c
浏览 7
提问于2017-11-14
得票数 2
回答已采纳
1
回答
错误:
无法
解析'package:cloud_
firestore
/cloud_
firestore
.dart'.
中
的
包'cloud_
firestore
‘在颤动
中
、
、
、
这是我
的
pubspec.yaml。我
如何
修复
这个错误。错误是
无法
解析'package:cloud_
firestore
/cloud_
firestore
.dart'.
中
的
包'cloud_
firestore
‘在颤动
中
firebase_core: ^0.7.0cloud_
firestore
:
浏览 3
提问于2021-02-25
得票数 0
2
回答
如何
在mapStateToProps中转换异步数据?
、
、
、
、
,名称:{ first:'John',最后一个:'Doe‘}} 我知道这是因为获取数据是异步
的
,当我在state.
firestore
.ordere
浏览 0
提问于2019-03-30
得票数 0
回答已采纳
2
回答
注册时
无法
将配置文件信息添加到firebase集合
中
(vue财政数据库)
、
、
、
我得到了这两个错误
无法
读取
未定义
的
属性
“user” </div>
浏览 2
提问于2021-07-05
得票数 1
回答已采纳
1
回答
如何
修复
“未定义
的
TypeError:
无法
读取
属性
的
‘时间戳’”?
、
、
我有一个用户登记表,在这个表格
中
,我需要得到日期。对于日期,我使用了datepicker,但
无法
获得选定
的
日期,并在将其转换为防火墙时间戳之后。var currentDate = $(".subscriptionDeadline").datepicker("getDate");我知道这个错误: 未定义
的
TypeErr
浏览 0
提问于2019-06-22
得票数 2
回答已采纳
5
回答
错误:
读取
规则文件
firestore
.rules时出错
、
我试图在使用Firebase作为主机
的
同时部署我
的
网站,并删除了
firestore
.rules文件,因为我不认为我需要使用Cloud
Firestore
数据库(我现在只是部署一个占位符)。我遵循了中提到
的
所有步骤。当我运行firebase deploy时,我得到以下错误:我不知道该怎么走出这一步。
浏览 7
提问于2018-09-24
得票数 2
1
回答
将页面限制为特定
的
用户类型,Nuxt & Firebase固定恢复(基于角色
的
授权)
、
、
、
、
我
的
Nuxt &Firebase/Fi还原web应用程序将有3种不同类型
的
用户: 如果可以的话,我想避免使用云功能,据我所知,如果应用程序
中
包含云功能,就不能在免费计
浏览 3
提问于2021-11-02
得票数 2
1
回答
Firestore
: getDocs,getDoc;Uncaught :
无法
读取
null
属性
、
我使用防火墙将一些数据存储在两个集合(“用户”和“请求”)
中
。我
的
javascript代码中有一些函数,允许我在数据库
中
读取
和写入数据,它们可以正常工作。但是,当我在下面的代码中使用相同
的
方法时,我会得到两个错误: HTMLDocumentUncaught (承诺) Uncaught TypeError:
无法
读取
null
(读'email')
属性
TypeError:
无法
读取
Arr
浏览 2
提问于2021-10-19
得票数 0
2
回答
所有邮件时间戳都会在发送消息时更新到当前时间。
、
、
、
下面是我
的
代码,当我为每个消息更新到当前时间发送所有时间戳时,
如何
确保时间不会在任何旧消息上发生更改?我正确地提取了时间戳,只是遗漏了我做错了什么来保存单个时间戳。我不是仅仅使用省道给我
的
DateTime提供
的
防火墙时间戳import 'package:bardsf/components/card_data.dart';impo
浏览 3
提问于2021-10-24
得票数 1
回答已采纳
点击加载更多
相关
资讯
如何利用BLoC在Flutter和AngularDart中共享代码?
骑上我心爱的小摩托,再挂上AI摄像头,去认识一下全城的垃圾!
这可能是Github上最全面的Flutter教程
Firebase模块的使用方法
Spring Boot教程:构建微服务并部署至Google Cloud
热门
标签
更多标签
云服务器
ICP备案
实时音视频
对象存储
云直播
活动推荐
运营活动
广告
关闭
领券