Skip to content

[Jvm Target]: Exception in thread "AWT-EventQueue-0" kotlin.NotImplementedError: An operation is not implemented. at com.google.firebase.auth.FirebaseUser.getDisplayName(FirebaseUser.kt:12) #688

Open
@sunildhiman90

Description

@sunildhiman90

Hi, while using signInWithEmailAndPassword in FirebaseAuth for desktop, we are getting this exception while we are collecting authStateChanged flow and try to access displayName.

Exception in thread "AWT-EventQueue-0" kotlin.NotImplementedError: An operation is not implemented.
	at com.google.firebase.auth.FirebaseUser.getDisplayName(FirebaseUser.kt:12)

Can we instead return null values so that it will not throw exception in this case. Also Its throwing same error at email field as well. But if user is logging in with email, then correct email should be returned i guess.

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