step-1: Now run below commands inside our angular 19 project to install firebase.
npm install firebase @angular/fire --save
step-2: Now we need to add firebase configuration details(create database on firebase) and we need to add that details in
angular_project/src/environments/environment.ts
file: