Skip to content

Starter React App using Firebase with basic authentication set up

Notifications You must be signed in to change notification settings

christophior/ReactFirebaseAuth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Firebase Authentication Starter

Quick starter code to get a simple react application with basic authentication using Firebase up and running

Currently using:

React 0.14.X

React Router 2.0.X

Firebase 3.4.X

Instructions

git clone https://github.com/christophior/ReactFirebaseAuth.git
cd ReactFirebaseAuth
npm install

once everything is installed just go to /firebase.config.js and update the config:

module.exports = {
	apiKey: "",
	authDomain: "",
	databaseURL: "",
	storageBucket: "",
}

with your project information from the Firebase console https://console.firebase.google.com/

Run!

npm start
// navigate to localhost:8000

About

Starter React App using Firebase with basic authentication set up

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published