kickbk / rn-firebase-monorepo

rn-firebase possibly crashing when running auth().something

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rn-firebase possibly crashing on EAS monorepo

Based on Cedric's EAS monorepo project: https://github.com/byCedric/eas-monorepo-example

How to test

  • Add your own firebase project GoogleService-Info-Client.plist and google-services-client.json to root directory of the app in /apps/with-dev-client
  • In app.json update both ios and android bundleIdentifier and package names.
  • Build the project on the simulator or device with yarn ios
  • When the app opens, click on AUTH GET SETTINGS and you should get your project settings data in console.
  • Finally, click on AUTH and the app should show the splash screen and get stuck

About

rn-firebase possibly crashing when running auth().something

License:MIT License


Languages

Language:JavaScript 56.4%Language:TypeScript 43.6%