Skip to content

Firebase Auth - successful signInWithEmailAndPassword hangs, only errors returned #706

Open
@meavydev

Description

@meavydev

I have actually raised this as an issue in the Java SDK, as I am using Kobweb with the API running under a JVM, so it actually calls through to the Java SDK.

I am raising this issue for reference to help others who might have the same problem.

Internally in the Java SDK it is doing an enqueueRefreshTokenCall which on success tries to set the user via:

                            this@FirebaseAuth.user = user
                            source.setResult(user)

However the setting of the FirebaseAuth.user line is just hanging under Kobweb.

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