I am working on an App which uses Firebase for authentication, and I wish to exchange the token I get back from Firebase Auth for a Tapkey token using their Token Exchange API.
The form to add an identity provider has four fields, I am trying with the following values:
- Name -> Firebase
- Audience -> Using my Firebase Project ID (as described here)
- Issuer -> https://securetoken.google.com/(projectId) (as described here)
- Public Key -> Have tried both of the public keys listed here, neither are valid (error when submitting the form)
Which are the correct values to use with adding Firebase Auth as an Identity Provider to Tapkey?
Thanks