Skip to content

Starter project for Expo and Firebase (with Authentication)

Notifications You must be signed in to change notification settings

raxng/expo-firebase-auth-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

expo-firebase-auth-starter

Starter project for using:

  • React Native
  • Expo
  • Firebase

Setup:

  • Create a constants/ApiKeys.js file and put your actual firebase config values:
export default {
  FirebaseConfig: {
    apiKey:      "",
    authDomain:  "",
    databaseURL: "",
    projectId: "",
    storageBucket: "",
    messagingSenderId: ""
  }
}
  • Run npm install

About

Starter project for Expo and Firebase (with Authentication)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%