简体   繁体   English

在 firebase 中创建账号,无需 firebase 认证

[英]Create an account in firebase without firebase authentication

Heyy Devs.. I'm creating an Android app using firebase in which phonenumber authentication is required. Heyy Devs.. 我正在使用 firebase 创建一个 Android 应用程序,其中需要电话号码身份验证。 But I want to use my own otp verification system.. is it possible to create users in firebase by using our own otp verification system.但我想使用我自己的 otp 验证系统.. 是否可以使用我们自己的 otp 验证系统在 firebase 中创建用户。

You can use the Firebase Admin SDK to manage user accounts that you authenticate any way you want on your backend.您可以使用Firebase Admin SDK管理您在后端以任何方式验证的用户帐户 You can create custom tokens for them for your frontend.您可以为您的前端为它们创建自定义令牌

You won't be able to do any of this without custom backend support that you manage for your app.如果没有您为应用程序管理的自定义后端支持,您将无法执行任何这些操作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM