Add android certificate, apple store id and prefix#9
Conversation
|
|
||
| bundle_id = params[:bundle_id] | ||
| name = params[:name] | ||
| appstore_id = params[:appstore_id] |
There was a problem hiding this comment.
I only realized know that we can pass the appstore_id as a param, so should remove the store_id variable
|
@felipe-augusto we're trying to use this to upload the p8 and we're getting a 403. We've made the service account an owner. Support says:
So, was there another API that you had to hit to 'activate' that API that allows you to upload the apns key? |
|
@lyndsey-ferguson Actually, there isn't another API. Can you send me a test .p8 file so that I can test this better? |
|
I sent it to the email that you have associated with your Github profile |
* Add support for project_number being a project displayName * Add support for listing and updating android and ios restrictions on an API key * Add ability to get the server key from the Firebase API
Hello, in my use case I need this methods in order to use the Firebase Dynamic Links, so I implemented them.
I had a problem removing the
typeargument from the action. Can you please check out if this is right?Thanks!