Hello, welcome back! Yes! Just in case, this is the first post you are opening. This post is the continuation of series.
Check out the first
Frontend to FullStack: Introduction to Firebase (Firebase v9)
David Asaolu γ» Oct 30 '21
So let's keep moving π
Setting Up Firebase in a React project
π Log on to Firebase console. You will need to have a Gmail account.
π Add project, follow the instructions to set it up
π Run via npm
npm i -g firebase-tools
π Run in your create-react-app project
npm i firebase
π You can follow this route for the setup
π At the end of the installation, you should have a firebase.js file in your project and also your package.json updated already from the installation.
Google Authentication
You need to place these lines of code at the entry point of your web application or your Login component, where the user has to login to access other views or pages.
Similar to this
Check out the Documentation for other forms of Authentication
Feel free to follow to be the first to read the next posts on the series.
Connect with me on
π Linkedin
π Twitter
Top comments (0)