腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
1
回答
我
在
使用
CLI
firebase
auth
导入
用户
帐户
后
获得
INVALID_PASSWORD
:
使用
python
脚本
导入
firebase
、
firebase-authentication
我
尝试
使用
命令行界面
在
Firebase
中设置一个带有固定参数的
用户
帐户
,
在
成功上传数据
后
,我会在日志中
获得
INVALID_PASSWORD
我
认为这与salt和hash相关,
我
设置这些值是不是不正确?这里还有其他相关的Q.A, https://stackoverflow.com/a/40851390/2513972 但是
我<
浏览 12
提问于2019-01-05
得票数 1
3
回答
使用
sha-1散列密码将
用户
导入
防火墙。
firebase
、
firebase-authentication
在下面概述的简单示例中,
用户
将成功
导入
,但当我试图进行身份验证时,我会收到一个
INVALID_PASSWORD
。
使用
{SSHA}
auth
模式从LDAP
用户
目录(apacheds)中提取的salt和passwordHash。:密码:demo
firebase
.
auth
().signInWi
浏览 1
提问于2017-04-25
得票数 1
回答已采纳
1
回答
Firebase
Auth
-将
用户
导入
为禁用
firebase
、
firebase-authentication
、
firebase-admin
我
正在将
用户
从
我
公司的G套件
帐户
导入
到
Firebase
应用程序中。
导入
遵循过程,以Google作为OAuth提供程序
导入
用户
。我们
在
G套件中的一些
帐户
被暂停,当
用户
被
导入
到
Firebase
时,
我
希望它能够结转--因此禁用了
Auth
帐户
。到目前为止,
我
找到的禁用
Fire
浏览 0
提问于2018-09-27
得票数 0
回答已采纳
3
回答
将注册
用户
从一个
firebase
应用程序转移到另一个
firebase
我
的
firebase
应用程序有一个注册
用户
列表。它们是通过电子邮件和密码身份验证创建的。这是可能的吗?如果有,最好的方法是什么?
浏览 7
提问于2016-03-16
得票数 32
1
回答
将Wordpress
用户
导入
Firebase
身份验证
wordpress
、
firebase
、
firebase-authentication
、
firebase-tools
我
正在将我的Wordpress站点迁移到
Firebase
。
我
成功地将Wordpress
用户
导出为以下JSON格式(如所述)
我
相信WordPress
使用
MD5,但我很难将WordPress密码
导入
Firebase
。
我
不确定passwordHash值需要是什么?有人知道吗?
浏览 0
提问于2018-01-31
得票数 2
回答已采纳
1
回答
从另一个
帐户
导入
的
用户
无法登录
python-3.x
、
firebase
、
firebase-authentication
要求:将
用户
从
firebase
帐户
导出到另一个
帐户
import
firebase
_adminfrom
f
浏览 0
提问于2018-07-16
得票数 5
回答已采纳
2
回答
无法
使用
CLI
Firebase
auth
:import命令
导入
用户
帐户
firebase
、
firebase-authentication
我
需要
导入
一个
用户
列表,与电子邮件和密码,
在
Firebase
。**
firebase
auth
:import --hash-algo='HMAC_MD5' --hash-key='aGVscG1lcGxlYXNl' --project='my-
浏览 7
提问于2016-11-25
得票数 5
回答已采纳
1
回答
如何将多个
用户
上传到消防基地?
firebase
、
authentication
、
firebase-authentication
我
正在
使用
Firebase
身份验证,
我
需要
使用
电子邮件和密码创建数百个以上的
用户
帐户
。有没有办法做到这一点,而不手动创建
用户
在
控制台的网站。
浏览 1
提问于2020-06-18
得票数 0
回答已采纳
1
回答
导入
具有自定义声明的
Firebase
用户
firebase
、
firebase-authentication
、
firebase-cli
我
正在尝试按照docs available here
使用
firebase
命令行界面导出和
导入
用户
。
我
的问题是,
我
还希望导出
用户
声明,或者至少能够
在
导入
用户
时包含自定义声明。基本上,为了导出,
我
在
CLI
上运行:
firebase
auth
:export test.json --format=json 要
导
浏览 16
提问于2019-10-01
得票数 7
2
回答
如何为
auth
设置散列键选项:默认
auth
后
导入
:
在
firebase
中导出?
firebase
、
firebase-authentication
、
firebase-tools
我
已经将我的
用户
导出了in:导出文件中的密码应该
使用
SCRYPT进行散列,因为如文档所述:
auth
:导出命令只导出
使用
scrypt算法散列的密码,该算法由
Firebase
后端
使用
。
使用
其他算法散列密码的
帐户
记录将与空的passwordHash和salt字段一起导出。在从文件中
导入
用户
记录<
浏览 3
提问于2017-07-30
得票数 21
回答已采纳
2
回答
在
新版本的
firebase
中一次创建超过1000个
用户
javascript
、
firebase
、
firebase-authentication
我
想通过
使用
createUserWithEmailAndPassword api.But一次创建超过1000个
用户
,
在
创建了10-15个
用户
之后,
我
得到了一个错误消息,即防火墙由于一些不合点的活动而阻塞了这个设备根据我的理解,这是因为,每当我创建
用户
,
用户
自动登录,因为它从一个设备多
用户
登录,防火墙阻止了
用户
。 有没有办法解决这个problem.Please建议
我
如何创建超过1000个
用户<
浏览 2
提问于2016-10-25
得票数 0
回答已采纳
1
回答
如何导出启用phone
Auth
的
firebase
用户
帐户
javascript
、
firebase
、
firebase-authentication
我
需要导出和
导入
firebase
用户
帐户
。但是导出过程文件不包括
用户
电话号码,因此
在
导入
时,
使用
电话号码注册的
用户
被显示为匿名
用户
。如何导出和
导入
支持电话注册的
用户
帐户
?
浏览 0
提问于2017-08-18
得票数 3
回答已采纳
3
回答
Firebase
从现有应用程序
导入
用户
firebase
如何
使用
电子邮件/密码将现有应用程序的
用户
导入
firebase
的简单登录。
我
有键和散列,还有一个包含
用户
数据的
用户
集合。是否可以直接
导入
,还是必须
使用
firebase
的
用户
api。
浏览 0
提问于2013-04-17
得票数 8
回答已采纳
1
回答
如何将
firebase
导入
到google应用程序
脚本
中,以便
使用
google provider创建
用户
?
firebase
、
google-apps-script
、
firebase-authentication
我
正在尝试通过google
auth
提供程序
在
firebase
中创建一个新
用户
,可以是自动创建,也可以通过单击google sheets的侧边栏插件中的按钮来创建。原因是
我
需要为该
用户
获取一个注册的uid,以便
我
从工作表发送的数据可以归因于该
用户
。
我
找到的最接近教程的东西是this,但我
在
尝试
导入
firebase
时遇到了问题。> </htm
浏览 6
提问于2019-04-04
得票数 0
回答已采纳
2
回答
getRedirectResult
在
重定向登录
后
返回null
firebase
、
firebase-authentication
onAuthStateChanged监听器正确触发,但getRedirectResult总是返回null,即使直接
使用
登录按钮并尝试
使用
不同的浏览器而不
使用
会话。this.
auth
.getRedirectResult(authUser => { } else { }); 上面的片段是
我
可以给出的最好的上下文,但是
我
很有信心
在
我
的componen
浏览 0
提问于2019-01-21
得票数 0
回答已采纳
3
回答
世博会:"
auth
/operation-not-supported-in-this-enviroment“
javascript
、
firebase
、
react-native
、
firebase-authentication
、
expo
我
开发了一个react原生(世博)移动应用程序,并尝试
使用
google
帐户
登录到
firebase
,但我得到了一个错误: loginGoogle() { provider.addScope('profile
浏览 1
提问于2018-04-22
得票数 5
1
回答
Firebase
身份验证
导入
SHA256哈希:
导入
后
无法
使用
密码登录
firebase
、
firebase-authentication
我
正在尝试将
用户
(
使用
firebase
-admin@8.13.0)迁移到
firebase
身份验证中,遵循以下指南:https://
firebase
.google.com/docs/
auth
/admin('sha256', $Password);
我
运行以下代码将
用户
导入
到
firebase
中: const res = await a
浏览 1
提问于2020-10-23
得票数 0
回答已采纳
2
回答
通过vue-
cli
(webpack)
在
vuejs2应用程序中
使用
防火墙
firebase
、
webpack
、
vue.js
、
vuejs2
我
刚开始
使用
vue-
cli
,这是webpack的模板,
我
想
使用
firebase
作为vueapp的数据库,
我
这样做是为了将
Firebase
导入
到我的应用程序中。(config); el: '#app',store,}) 现在,
在
我
的signup.vue文件中,
我
必须再次<em
浏览 7
提问于2017-03-11
得票数 0
回答已采纳
3
回答
如何在
使用
angularfire2时访问本机
Firebase
对象?
firebase
、
firebase-authentication
、
angularfire2
我
使用
的是AngularFire2 (2.0.0-beta.2)和angular2 (2.0.0-rc.4)。
我
希望从AngularFire访问本地
firebase
对象(而不是Angularfire2根对象)。
在
我
的组件中,
我
想打这样的电话:其中,
firebase
是本地的<em
浏览 4
提问于2016-07-11
得票数 12
回答已采纳
12
回答
升级到
Firebase
JS 8.0.0:试图
导入
错误:“app”未从“
firebase
/app”导出(作为“
firebase
”
导入
)
javascript
、
typescript
、
firebase
升级到8.0.0
后
,
我
得到以下错误: import * as
firebase
from "
firebase
/app"TypeScript还抱怨: 属性'init
浏览 4
提问于2020-10-26
得票数 41
回答已采纳
点击加载更多
热门
标签
更多标签
云服务器
对象存储
ICP备案
云点播
腾讯会议
活动推荐
运营活动
广告
关闭
领券