Firebase & AngularFire In Depth
This repository currently contains the code for the Firebase & AngularFire In Depth.
This course is updated to Angular 13:
You can find the starting point of the course in the 1-start branch.
This master branch contains the final version of the course code, that you can use as a reference if you choose to code along.
Installation pre-requisites
IMPORTANT: Please use Node 16 LST (Long Term Support version).
Installing the Angular CLI
With the following command the angular-cli will be installed globally in your machine:
npm install -g @angular/cli
How To install this repository
We can install the master branch using the following commands:
git clone https://github.com/angular-university/firebase-course.git
cd firebase-course
npm ci
Note: We recommend using npm ci, instead of npm install. This will ensure that you use the exact dependency versions set on package-lock.json, unlike npm install which might potentially change those versions.
To run the Development UI Server
To run the frontend part of our code, we will use the Angular CLI:
npm start
The application is visible at port 4200: http://localhost:4200
Other Courses
Angular Forms In Depth
If you are looking for the Angular Forms In Depth course, the repo with the full code can be found here:
Angular Router In Depth
If you are looking for the Angular Router In Depth course, the repo with the full code can be found here:
NgRx (with NgRx Data) - The Complete Guide
If you are looking for the Ngrx (with NgRx Data) - The Complete Guide, the repo with the full code can be found here:
Angular Core Deep Dive Course
If you are looking for the Angular Core Deep Dive Course, the repo with the full code can be found here:
RxJs In Practice
If you are looking for the RxJs In Practice, the repo with the full code can be found here:
NestJs In Practice (with MongoDB)
If you are looking for the NestJs In Practice Course, the repo with the full code can be found here:
Angular Testing Course
If you are looking for the Angular Testing Course, the repo with the full code can be found here:
Serverless Angular with Firebase Course
If you are looking for the Serverless Angular with Firebase Course, the repo with the full code can be found here:
Angular Universal Course
If you are looking for the Angular Universal Course, the repo with the full code can be found here:
Angular PWA Course
If you are looking for the Angular PWA Course, the repo with the full code can be found here:
Angular Security Masterclass
If you are looking for the Angular Security Masterclass, the repo with the full code can be found here:
Angular Advanced Library Laboratory Course
If you are looking for the Angular Advanced Course, the repo with the full code can be found here:
Angular Advanced Library Laboratory Course: Build Your Own Library.
RxJs and Reactive Patterns Angular Architecture Course
If you are looking for the RxJs and Reactive Patterns Angular Architecture Course code, the repo with the full code can be found here:
RxJs and Reactive Patterns Angular Architecture Course
Complete Typescript Course - Build A REST API
If you are looking for the Complete Typescript 2 Course - Build a REST API, the repo with the full code can be found here: