andreysaf / react-redux-firebase-auth

Ready to go authentication with Firebase (Email, Google)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-redux-firebase-auth

Ready to go authentication with Firebase (Email, Google)

Screenshot

Install

npm install

This application uses Firebase to store PDFs and data for signatures. You can use any other backend of your choice. However, to get started with this sample, please register a new app with Firebase.

After you have registered an app, create .env file in the root of the directory and place the following:

REACT_APP_API_KEY=your_key_goes_here
REACT_APP_MESSAGING_SENDER_ID=your_key_goes_here
REACT_APP_APP_ID=your_key_goes_here
REACT_APP_AUTH_DOMAIN=your_domain_goes_here
REACT_APP_DATABASE_URL=your_database_go_here
REACT_APP_PROJECT_ID=your_project_id
REACT_APP_STORAGE_BUCKET=your_storage_bucket

The above information can be found under settings of your Firebase app. Screenshot

Make sure you create a storage bucket, and enable authentication for email and Google. Screenshot

Run the app

You can run the app by typing in the terminal

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

About

Ready to go authentication with Firebase (Email, Google)


Languages

Language:JavaScript 85.5%Language:HTML 11.8%Language:CSS 2.7%