简体   繁体   English

我可以根据我应用程式中的程式码建立Firebase帐户吗

[英]Can I create a Firebase account from code in my app

From a Windows, Android or IOS application, I would like to create a new Firebase account\\project when the user installs the app. 从Windows,Android或IOS应用程序中,当用户安装应用程序时,我想创建一个新的Firebase account \\ project。

Is that possible? 那可能吗?

No, it's not possible 不,不可能

In order to create and add a project on firebase you need to upload your package name and 为了在firebase上创建和添加项目,您需要上传软件包名称

SHA-1 (optional but still required for authenticating your client) SHA-1 (可选,但仍需要对客户端进行身份验证)

After that a JSON file will be generated and you have to put that file in your projects App folder and configure your Gradle files 之后,将生成一个JSON文件,您必须将该文件放入项目的App文件夹中并配置Gradle文件

so you can see now. 所以你现在可以看到。 You cannot do this process on installing of app 您无法在安装应用程序时执行此过程

暂无
暂无

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

相关问题 在 Firebase 帐户中,在哪里可以找到我的 Firebase 参考网址? - Where can I find my Firebase reference URL in Firebase account? 我可以在同一帐户的Firebase控制台中使用当前数据将应用程序从当前项目移动到另一个项目吗 - Can I move app from current project to another project with current data in Firebase Console of the same account 我怎样才能收到正确的 url? 尝试从 firebase 应用程序中的 googlesignin 帐户获取个人资料图片 - How can I receive the correct url ? Trying to get the profile picture from the googlesignin account in firebase app 如何在 firebase 数据库中的文本中显示我的数据实时我的代码和我的 XML 在 - How can I show my data in text from firebase database Realtime my code and my XML is in 如何知道哪个Google帐户(电子邮件ID)用户在我的应用中购买了产品? - How can I know from which Google account (Email id) user purchased a product in my app? 如何在我的 firebase 和 flutter 应用程序上创建实时用户计数? - How can I create a live user count on my firebase and flutter app? 如何将firebase in-app-messaging-display api的源代码导入到我的android项目中? - How can I import firebase in-app-messaging-display api's source code into my android project? 我如何防止我的应用程序将其反编译为Java代码 - How can i prevent my app from decompiling it to java code 我想从一个Firebase帐户永久删除应用程序,然后添加到另一个帐户 - I want to permanently delete app from one Firebase account and add to another account 如何将我的应用程序从 firebase 获取的数据设置到我的 bottomSheetView? (科特林) - How can I set the fetched data of my app from firebase to my bottomSheetView? (Kotlin)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM