Skip to content

seantansey/react_firebase_auth_starter_kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo was created to be an email authentication included starter kit for React apps with firebase.

Includes a generic signup and login page with minimal styling.

Steps to use:

  1. Fork and clone repository.

  2. npm install

  3. Create a project on firebase (https://console.firebase.google.com/)

  4. Enable Email/Password sign up method in the firebase authentication tab

  5. Create a .env file

  6. Populate the .env file with the following, replacing the X's with code the config code from firebase:

    REACT_APP_API_KEY = XXXXXXXXXXXXXXXXXXX

    REACT_APP_AUTH_DOMAIN = XXXXXXXXXXXXXXXXXXX

    REACT_APP_DATABASE_URL = XXXXXXXXXXXXXXXXXXX

    REACT_APP_PROJECT_ID = XXXXXXXXXXXXXXXXXXX

    REACT_APP_STORAGE_BUCKET = XXXXXXXXXXXXXXXXXXX

    REACT_APP_MESSAGING_SENDER_ID = XXXXXXXXXXXXXXXXXXX

  7. npm start (open localhost if it doesnt open automatically)

About

Authentication included starter kit for React Web Apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published