firebase / firebase-admin-python

Firebase Admin Python SDK
https://firebase.google.com/docs/admin/setup
Apache License 2.0
1.01k stars 310 forks source link

FR: Create iOS and Android configuration files #412

Open Adam0101 opened 4 years ago

Adam0101 commented 4 years ago

I'm trying to use this library to automate the creation of a firebase iOS app and android app within my Firebase project, which works fine but I also need the configuration files (json and plist) for the apps that were just created. Can this be built?

nbegley commented 4 years ago

+1 to this FR.

Equivalent implementation in the NodeJS admin SDK:

For the time being, you can use Firebase's public API to accomplish this: