Skip to content

Settings and activity

1 result found

  1. 3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Miguel Queiroz commented  · 

    Please we need this!
    We manage apps under projects and need to automate CI/CD.

    We can already create the app, and setup everything but that part is missing.

    I inspected how you do it in Firebase Console.

    I could see they do the upload of the certificate .p8 file with this "internal API"

    https://mobilesdk-pa.clients6.google.com/v1/projects/[project_id]/clients/ios:[ios_bundle_id]:setApnsAuthKey?key=[firebase console token key??]

    the payload is:
    {"keyId":"[Certificate .p8 ID]","privateKey":"[Certificate content]"}

    But I could not find a way to have the right token with the service account to call that endpoint.

    Miguel Queiroz supported this idea  ·