Deploy our PWA to Firebase
Practice what you learned in the previous lesson and deploy the PWA demo app in Firebase.
Objective
At the bottom of this lesson is a copy of the Angular PWA we saw in the previous chapter. We will use it to test the Firebase commands and deploy our project to the Firebase platform.
Create a Firebase project
Before proceeding further, we must create a new Firebase project using the Firebase console.
Setup the Angular project
Firebase config. object
As you previously learned, we need to add the configuration object to our project. This object contains all the keys required by Firebase to bind with our project.
The object keys look like the following (of course, your project will produce completely different values):
Get hands-on with 1200+ tech skills courses.