腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(3493)
视频
沙龙
1
回答
如何
监
听由
firebase
createUserWithEmailAndPassword
创建
的
用户
已
写入
firebase
数据库
?
、
、
我用
createUserWithEmailAndPassword
创建
了一个
用户
,它将
用户
保存到实时
firebase
数据库
中。
创建
用户
后,我希望在
数据库
中更新此
用户
数据。通常
的
流程是,
createUserWithEmailAndPassword
创建
一个
用户
并将其保存到
数据库
,然后更新该
用户
的
数据
浏览 14
提问于2020-09-19
得票数 1
4
回答
Firebase
v3
createUserWithEmailAndPassword
.then Promise
、
、
Firebase
v3 Reference Guide表示
createUserWithEmailAndPassword
(email, password)返回包含非空
firebase
.User
的
firebase
.Promisevar errorCode = error.code; // ... }); 我
的
问题是,我想要启动一个函数,该函数将
用户
添加到我
的
实时
浏览 61
提问于2016-07-22
得票数 23
回答已采纳
1
回答
Firebase
用户
在注册时未保存到
数据库
、
、
、
我在我
的
应用程序中注册
用户
,注册工作在应用程序中工作,但当我检查我
的
数据库
时,记录没有保存,因为
数据库
中是空
的
,但应用程序显示
用户
已
注册,它还会将我重定向到下一个活动,即profile.activity我
的
数据到底发送到哪里??我在
数据库
中看不到它 progressDialog.show(); //creatin
浏览 0
提问于2016-11-23
得票数 0
2
回答
防火墙
用户
PERMISSION_DENIED:权限被拒绝
、
、
、
&& (auth.uid == $uid || root.child('admins').child(auth.uid).val() == true)" },signupUser: function(newUser) {
浏览 3
提问于2017-04-12
得票数 1
回答已采纳
1
回答
没有与此标识符相对应
的
用户
记录。
用户
可能已被删除。
、
、
没有与此标识符相对应
的
用户
记录。
用户
可能已被删除。export const createEmployee = ({ email, password}) => {
firebase
.auth().
createUserWithEmailAndPassword
( email,password )
firebase
.auth().signInWithEmailAndPassword
浏览 1
提问于2018-12-20
得票数 3
回答已采纳
2
回答
.net核心Web与
Firebase
8月份
、
、
、
、
到目前为止,我已经使用Identity对
用户
进行身份验证和管理。是否经常建议使用像、Google、auth、这样
的
Auth服务,同时仍有自己
的
服务器后端?我正在考虑使用Google
Firebase
Auth,以便
用户
可以以不同
的
方式登录(使用Facebook、Google等)。但是,我希望有一个自我托管
的
后端应用程序和
数据库
。现在我问自己:
如何
在服务器上存储
用户
数据:是否应该使用uid (从
Fireb
浏览 16
提问于2017-06-27
得票数 1
1
回答
将数据存储到错误
的
用户
ID中
、
、
、
、
我试图将数据存储到
Firebase
中
的
usersRef中,但是它被错误
的
键(userId)存储。
firebase
.auth().
createUserWithEmailAndPassword
(this.newuser.email, this.newuser.passwordthis.logInShow = false; }
浏览 3
提问于2017-01-12
得票数 0
回答已采纳
1
回答
Firebase
鉴权:调用`
createUserWithEmailAndPassword
`调用`createAuthUri`出错
、
、
、
、
如果
用户
尝试使用现有电子邮件
创建
帐户,调用
firebase
.auth().
createUserWithEmailAndPassword
(email, password)会导致"QUOTA_EXCEEDED下面是我
的
代码(使用"
firebase
": "7.6.2"):
firebase
.auth().
createUserWithEmailAndPassword
(email, password).catc
浏览 7
提问于2020-09-30
得票数 1
2
回答
signUp时
的
ReactNative和
firebase
、实时
数据库
、
、
、
、
我使用这些字段(电子邮件、密码、姓名和电话)构建了一个react原生signUp表单,并且需要在
用户
创建
其帐户时将其添加到
firebase
数据库
中。我像这样
创建
signUp函数:onSignUpPress() { this.setState({ error: '', loading: true }); const { email, password } = this
浏览 0
提问于2018-03-23
得票数 0
1
回答
认证后写到火药库
、
、
、
、
我正在使用expo
创建
一个react本机应用程序,我目前正在尝试将防火墙
数据库
连接到应用程序。当我在一个函数中运行这个函数时,它不会
写入
数据库
,但是它确实
创建
了一个经过身份验证
的
用户
。
firebase
.
createUserWithEmailAndPassword
(email, password)
浏览 2
提问于2020-07-31
得票数 0
回答已采纳
1
回答
如何
检查
Firebase
Web中
的
身份验证过程中是否存在错误?
、
、
、
、
我对Web开发很陌生,尤其是
Firebase
。function register() {
firebase
.auth().<
浏览 3
提问于2017-06-29
得票数 0
回答已采纳
1
回答
如何
从
Firebase
身份验证中获取
用户
id?
、
、
用户
创建
完成后,
如何
获取
用户
ID,我正在使用
createUserWithEmailAndPassword
函数
创建
用户
const handleUserCreated = (userId, n
浏览 2
提问于2018-08-17
得票数 1
2
回答
在新版本
的
firebase
中一次
创建
超过1000个
用户
、
、
我想通过使用
createUserWithEmailAndPassword
api.But一次
创建
超过1000个
用户
,在
创建
了10-15个
用户
之后,我得到了一个错误消息,即防火墙由于一些不合点
的
活动而阻塞了这个设备根据我
的
理解,这是因为,每当我
创建
用户
,
用户
自动登录,因为它从一个设备多
用户
登录,防火墙阻止了
用户
。 有没有办法解决这个problem.Please建议我
如何</e
浏览 2
提问于2016-10-25
得票数 0
回答已采纳
1
回答
在
firebase
web应用程序中将
创建
的
用户
链接到
数据库
、
、
、
、
如何
将经过身份验证
的
用户
链接到我
的
角度JS web应用程序中
的
firebase
数据库
? 我知道我必须在
数据库
树中为每个
用户
创建
一个节点。为此,我在
数据库
树中
创建
了一个名为“
用户
”
的
节点。我不明白
的
是
如何
让每个
用户
在我
的
数据库
中
的
“
用
浏览 3
提问于2017-05-13
得票数 0
回答已采纳
1
回答
如何
在flutter/
firebase
中注册额外
的
凭据?
、
、
我对flutter和
firebase
是全新
的
,我看到了一些注册和登录
的
视频,但我注意到每个人都使用这种方法_auth.
createUserWithEmailAndPassword
(email: null, password: null)来
创建
新
的
注册,但是我想注册一个
用户
与他们
的
其他信息,如地址,联系等。这是可能
的
,如果是
如何
?任何类型
的
视频都会很有用
浏览 8
提问于2020-07-04
得票数 0
1
回答
Firebase
Auth登录不显示
已
登录
的
用户
名
、
我正在使用
firebase
web身份验证将
用户
登录到我
的
网站,它工作得非常好-但我希望能够显示登录
的
用户
的
名称。我该怎么做?
浏览 23
提问于2019-01-07
得票数 0
1
回答
firebase
在
创建
用户
时添加
用户
信息(react.js)
、
、
、
我在react js中
创建
了一个表单。当我单击该按钮时,它将使用
createUserWithEmailAndPassword
()方法
创建
一个
用户
。
创建
用户
没有任何问题。我想向我
的
数据库
中添加额外
的
信息,比如: username:"Usernameeeee“。} 当我使用
createUserWithEmailAndPassword
()时,它会
创建
一个
用户
并让他们登录。但正如
浏览 6
提问于2017-07-11
得票数 1
回答已采纳
2
回答
角-火基
如何
在注册时存储附加字段?
、
、
、
这是我
的
注册控制器,我已经成功注册了,但我不知道
如何
存储一些额外
的
字段,如姓名、职业等。app.controller('signupCtrl', function ($http, $scope, toaster, $location, $firebaseAuth) {auth = $firebaseAuth(
firebase
.auth()); $scope.
浏览 2
提问于2017-07-17
得票数 3
回答已采纳
2
回答
Javascript和
Firebase
-使用电子邮件、密码和onAuthStateChange
创建
用户
、
、
嗨,我有问题,找到一种方法,有一个身份验证状态更改自动直接到一个页面登录
的
用户
。但是,在
创建
用户
之前,我希望将
用户
配置文件推送到我
的
数据库
中。所以我
创建
了
用户
,然后用下面的代码添加到
数据库
中
firebase
.auth().
createUserWithEmailAndPassword
(email, password).then(function‘
createUserWith
浏览 0
提问于2018-03-02
得票数 1
1
回答
如何
在Android Studio中更改FirebaseReference
的
firebase
URL?
、
、
我正在使用
Firebase
进行登录和注册活动,这需要我将数据存储在实时
数据库
中。我设置了位于东南亚
的
firebase
实时
数据库
位置,这是假定
的
网址:https://chatapp-5e8ce-default-rtdb.asia-southeast1.firebasedatabase.app/ 这是我使用.
createUserWithEmailAndPassword
(email, password) ==>>成功
创建</e
浏览 8
提问于2021-10-04
得票数 1
回答已采纳
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
Android Things 物联网教程:使用 Firebase 同步 Android Things
App后端服务,你是选择AWS还是Firebase?
第八章 Http服务与数据库
我们弃用 Firebase了
谷歌今天更新了Firebase
热门
标签
更多标签
云服务器
ICP备案
对象存储
腾讯会议
云直播
活动推荐
运营活动
广告
关闭
领券