Skip to content

Android Working? #14

@brianegan

Description

@brianegan

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions