You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.