/react-native-firebase-auth

Simple Google Auth using Firebase for React Native

Primary LanguageTypeScript

Install

  • Run npm install
  • Create src/config/firebase.ts file and store
export const firebaseConfig = {
  apiKey: '',
  authDomain: '',
  projectId: '',
  storageBucket: '',
  messagingSenderId: '',
  appId: '',
}

export const firebaseIosClientId = ''

Find more information about this here

Run

Run npm start