firebase-admin-python icon indicating copy to clipboard operation
firebase-admin-python copied to clipboard

FR: Create iOS and Android configuration files

Open Adam0101 opened this issue 5 years ago • 1 comments

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?

Adam0101 avatar Feb 15 '20 15:02 Adam0101

+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:

nbegley avatar Feb 22 '20 00:02 nbegley