Closed
Description
Firebase SDK version: 4.6.0
Firebase Product: auth
I am using Firebase with Alexa account linking. I am able to link the accounts and have a Firebase access token / id token passed into the Lamba function context. I'd to be able to sign in to Firebase using the provided token.
The method signInWithIdTokenResponse in auth.js does exactly what I'd need to do, but it is not exposed via the external API.
Is there a reason this method cannot be externalized for use?
I am able to use the passed in token to use the REST API, but it would be very nice to use the token to initialize the JS SDK.
Metadata
Metadata
Assignees
Labels
No labels