From the course: Building Production-Ready React Apps: Setup to Deployment with Firebase
Unlock the full course today
Join today to access over 24,400 courses taught by industry experts.
Install the Firebase services SDK
From the course: Building Production-Ready React Apps: Setup to Deployment with Firebase
Install the Firebase services SDK
- Now we have a new project up and running. So this one is named Fire Stock. So let's go check this one out. And we also have one new application registered. And remember as well that you can add as many applications as you wish. You could decide to add, for example an iOS or an Android application. And then you'd be able to share all the same services with across all the applications of the same projects. So the next step will be to add Firebase to your project. So for that, we're going to find the configuration settings under project settings. So the first step will be to add Firebase as an SDK. We're going to run npm install Firebase. So back to our projects. We're going to run this npm install Firebase. And then the next step will be to add Firebase then initialize Firebase. So we're going to return we're going to create first an app Firebase objects so we're can use Firebase across our application. Okay? That's…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.