A simple Auth Kit demonstrating almost all of the social and custom auth methods powered by Firebase.
Check out the docs here : https://firebase.google.com/docs/
https://firebase.google.com/products/hosting/
https://firebase.google.com/products/auth/
https://firebase.google.com/products/firestore/
Install firebase-tools globally.
Add firebase to your react app.
Login to firebase CLI.
Initialize firebase app. This will open up an interface : select hosting, directory build, all routes should go to index.html.
Will create a production build by creating a build folder which will consist of an index.html file which is the minified production build of the app (that's why we selected the directory as build in the previous step and all routes will go through index.html).
Deploy the production build to Firebase.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Creates a production build.
Serves a production build.



