/react-firebase-authentication

Draft project to study React and Firebase integration.

Primary LanguageJavaScript

This project was bootstrapped with Create React App.

React Firebase Authentication

A draft project to study how React works and how integrating with Firebase.

npm start

Runs the app in the development mode.

Firebase Config

Create a file .env with the Firebase configurations like that:

REACT_APP_API_KEY=******
REACT_APP_AUTH_DOMAIN=******
REACT_APP_DATABASE_URL=******
REACT_APP_PROJECT_ID=******
REACT_APP_STORAGE_BUCKET=******
REACT_APP_MESSAGING_SENDER_ID=******

Learn More

This project was created with base in A Firebase in React Tutorial for Beginners [2018]