From the course: Angular: Creating and Hosting a Full-Stack Site

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Add Firebase to Angular

Add Firebase to Angular

From the course: Angular: Creating and Hosting a Full-Stack Site

Start my 1-month free trial

Add Firebase to Angular

- [Narrator] Now that we've created the Firebase project for our app, which will allow us to add authentication functionality, we need to actually hook our Angular app up to this Firebase project we created. In the Firebase console we need to go back to our project's home page, which you can get to by clicking on this project overview in the top left. And then in the middle of the screen here, we're going to click on this web icon. This will ask us to name the specific app. And by the way, Firebase uses the word app to refer to specific platforms that a given project runs on. So in our case, we're going to call ours Angular Front-end and just leave this checkbox unchecked. And then click on register app. And once we've done that, Firebase will spit out all this code for us to copy and paste into our project, which contains things like the API key, as well as the behind the scenes URLs. And note that all this information…

Contents