Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: invertase/react-native-firebase
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v15.7.0
Choose a base ref
...
head repository: invertase/react-native-firebase
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v15.7.1
Choose a head ref
  • 14 commits
  • 98 files changed
  • 3 contributors

Commits on Oct 9, 2022

  1. docs(ios, use_frameworks): clarify which parts of react-native work a…

    …nd which do not (#6597)
    
    * docs(ios, use_frameworks): clarify which parts of react-native work and which do not
    
    Came up in mikehardy/rnfbdemo#15
    
    * Update docs/index.md
    
    Suggestion from @Bilal-Abdeen
    mikehardy authored Oct 9, 2022
    1 Configuration menu
    Copy the full SHA
    b83a929 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. docs(auth, social): Play Store APIs required for google sign in (#6606)

    * For Google Authentication on Emulator Google Play Store is Required 
    
    For google authentication Google Play store is required to be installed and updated to prevents errors like [Error: A non-recoverable sign in failure occurred]
    
    * Update docs/auth/social-auth.md
    
    Co-authored-by: Mike Hardy <github@mikehardy.net>
    Uchehens and mikehardy authored Oct 17, 2022
    1 Configuration menu
    Copy the full SHA
    bf1de6c View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Configuration menu
    Copy the full SHA
    e5e4ba6 View commit details
    Browse the repository at this point in the history
  2. test(e2e, ios): alter imports to match documentation

    - grouped our two RNFB imports for import cohesiveness
    - imported the firebase package itself once, as documented
      (versus twice, neither as documented)
    mikehardy committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    20bc26c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25d9a5e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed00363 View commit details
    Browse the repository at this point in the history
  5. test(types): remove @types/jest and use jest built-in types

    requires importing global symbols directly, but removes a dep
    mikehardy committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    29447aa View commit details
    Browse the repository at this point in the history
  6. test(deps): update jest versions + snapshots

    the snapshots just had some escape-sequence changes on visual inspection,
    updated with `yarn tests:jest -u`
    mikehardy committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    20b326d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c0ec732 View commit details
    Browse the repository at this point in the history
  8. test(e2e, android): use modern android emulator startup style

    ported from AnkiDroid, hopefully more reliable
    mikehardy committed Oct 19, 2022
    1 Configuration menu
    Copy the full SHA
    1a9eca2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c11f3c1 View commit details
    Browse the repository at this point in the history
  10. build(deps, android): firebase-android-sdk 31.0.0

    not breaking, one workaround for upstream IID transitive dependency issue
    mikehardy committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    1ea4958 View commit details
    Browse the repository at this point in the history
  11. build(deps)!: firebase-ios-sdk v10

    BREAKING CHANGES: deployment target minimums now iOS 11 / macOS 10.13
     - storage reference getDownloadURL fails on iOS against firebase emulator (upstream issue)
    mikehardy committed Oct 19, 2022
    1 Configuration menu
    Copy the full SHA
    1a7d514 View commit details
    Browse the repository at this point in the history
  12. 1 Configuration menu
    Copy the full SHA
    7845819 View commit details
    Browse the repository at this point in the history
Loading