Skip to content

signInWithPopup not working in android apk #1601

@pookdeveloper

Description

@pookdeveloper

Hello I try to sign in. with google, in chrome works good but in android not open the popup,

this.afAuth.auth.signInWithPopup(new firebase.auth.GoogleAuthProvider());

I try this and dosent work..

let provider = new firebase.auth.GoogleAuthProvider();
    firebase.auth().signInWithRedirect(provider).then(() => {
      firebase.auth().getRedirectResult().then((result) => {
      }).catch(function (error) {
        console.log("ERROR", error);
        alert(error);
      })
    });

any solution ?

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