Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Wallet] Enable firebase on iOS #1344

Merged
merged 7 commits into from
Oct 16, 2019
Merged

Commits on Oct 14, 2019

  1. Configuration menu
    Copy the full SHA
    048d186 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bdfb85 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2019

  1. Configuration menu
    Copy the full SHA
    851454e View commit details
    Browse the repository at this point in the history
  2. Enable Firebase on iOS

    jeanregisser committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    fa06a9f View commit details
    Browse the repository at this point in the history
  3. Patch react-native-firebase to prevent exception when initializing fi…

    …rebase during onboarding
    
    The exception raised is 'createRepo called for Repo that already exists.'
    in FRepoManager.m
    It looks like we have to call the firebase database reference from the
    same thread/queue otherwise we have a race condition leading to that
    exception.
    jeanregisser committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    6bcaed5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db710a0 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2019

  1. Configuration menu
    Copy the full SHA
    4cc7dcc View commit details
    Browse the repository at this point in the history