AckeeCZ / fastlane-plugin-firebase_management

Unoffical tool to access firebase project settings
MIT License
14 stars 10 forks source link

Upload APNs Authentication Key #1

Closed lyndsey-ferguson closed 5 years ago

lyndsey-ferguson commented 5 years ago

Hello, this looks like a great plugin. I am trying to figure out how to use this, or the api class to upload an "APNs Authentication Key". I see that the current method expects a APNS Certificate with a password, but how do I upload the key?

Also, is there a way to detect if the key has already been uploaded so I don't upload unnecessarily?

janmisar commented 5 years ago

Hey, sorry for inactivity.

It's not possible to upload certificate or key with this plugin, because official API does not support it. Guys from Firebase promised me they will add it, but unfortunately nothing is happening 😞

It's possible to add certificate using original plugin https://github.com/tkohout/fastlane-firebase-plugin by @tkohout, which uses unofficial API.

So this issue belongs rather there, or feel free to send there your PR with this feature 😉

lyndsey-ferguson commented 5 years ago

Thanks for getting back to me and posting an update. Bad news is better than no news.