Built with React, Redux and hosted on firebase
- Go to Firebase Console and create a new project (lets say project1) with your Google Account.
- Add your app as a web app to firebase.
- Click on next and proceed until you get
continue to the console
button
- Select Gmail AUthentication and AUthentication with Email and Other services
- Go to your app settings and scroll down until you see Javascript SDK
- Copy those configurations into
.env
file of your application or create a new file calledfirebase.js
and paste into it.