-
Notifications
You must be signed in to change notification settings - Fork 134
Open
Description
Hey there! I've tried Firebase 3.2.0 on Android in my own react native project and I seem to be running into trouble!
I've setup my config, initialized the app, and then tried logging in anonymously and with emailAndPassword like so:
firebaseApp.auth().signInAnonymously()
.then(function onSignInSuccess() {
console.log("success", arguments)
})
.catch(function onSignInError() {
console.log("Failure", arguments)
})The problem: On iOS, the promise succeeds or fails as expected, whereas on Android the Promise does not. Any ideas on why or why 3.2.0 might not work for Android yet works fine on iOS? Is RN for Android supported?
Metadata
Metadata
Assignees
Labels
No labels