Skip to content

Chapter 3: Install Firebase Auth

Compare
Choose a tag to compare
@nandorojo nandorojo released this 07 Oct 20:03
· 11 commits to setup since this release
  • Here we move our Stack into a single component.
  • We also install firebase in packages/app, and @react-native-firebase/auth + @react-native-firebase/app in apps/expo
    • libraries with native code must be installed in apps/expo
    • Finally, we initialize our Firebase code

Up next: create our apps on Firebase's website, and add the credentials for iOS, Android and Web.