小编nEK*_*N53的帖子

Disable changing email in Firebase

Firebase allows users to change their email client side with

firebase.auth().currentUser.updateEmail("example@example.com")
Run Code Online (Sandbox Code Playgroud)

However, I would like to disable this feature entirely - obviously, I offer no way to access it on my app by default, but if an attacker managed to trick the user into install a Chrome extension or otherwise was able to access client credentials, I would always want it to fail if possible.

Is there anywhere on the Firebase auth console where I can change this functionality or …

firebase firebase-authentication

5
推荐指数
1
解决办法
297
查看次数

标签 统计

firebase ×1

firebase-authentication ×1