Skip to content

[v3] signInWithCredential does not return callback #155

Open
@braxtondiggs

Description

@braxtondiggs

I am trying to have the user log in via facebook, I am passing in token data but I am not getting success or failure and firebase is not being updated. I am using latest v3 branch. Using Genymotion emulator with android 6.0.0.

const firestack = Firestack.initializeApp(env.firestack)

firestack.auth().signInWithCredential({
    provider: 'facebook',
    token: data.credentials.token
}).then((user) => {
    //doesn't get called
}).catch((err) => {
    //doesn't get called either
})

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions