Skip to content

FR: Expose signInWithIdTokenResponse to allow signing in with idToken #292

Closed
@acmayberry

Description

@acmayberry

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions