austin-karren / react-firebase-auth

This project is a barebones example using firebase auth functions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project was Bootstrapped using create-react-app.

Written by Austin Karren.

Instillation

git clone https://github.com/Austin-Karren/React-Firebase-Auth.git

Clone the project from github.

npm install

Install the node dependencies for this app.

Project Notes

This app uses firebase for provider authentication. This app utilizes React Context to store a "global" user and authentication functions.

NPM packages in this project

  • Firebase
  • Axios
  • react-router-dom

Available Scripts

In the project directory, you can run:

npm start

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

The page will reload if you make edits.
You will also see any lint errors in the console.

Learn More React

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

npm run build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify

About

This project is a barebones example using firebase auth functions.


Languages

Language:JavaScript 85.7%Language:HTML 9.3%Language:CSS 5.0%