且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在java中创建firebase管理员用户进行身份验证

更新时间:2023-11-30 19:53:34

Firebase 中没有管理员用户"这样的东西.您必须在您的应用程序中为此创建逻辑.如何执行此操作取决于您应用的逻辑(例如您使用的 Firebase 功能).

There is no such thing as an "admin user" in Firebase. You will have to create the logic for that in your app. How to do this, depends on the logic of your app (and for example the Firebase features you use).

如果您使用 Firebase 数据库,以下是不错的起点:

If you're using the Firebase Database, these are good places to start: