简体   繁体   中英

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.

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

SHA-1 (optional but still required for authenticating your client)

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

so you can see now. You cannot do this process on installing of app

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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