Firebase
install npm i firebase
package.
Set
defaultauth=firebase
in the
environment.ts
file.
Also fill all the firebase credentials in the environment.ts
file.
Now just uncomment the below firebase setup code in the environment.ts
file.
// Import Firebase Configuration file firebaseConfig: { apiKey: '', authDomain: '', databaseURL: '', projectId: '', storageBucket: '', messagingSenderId: '', appId: '', measurementId: '' }
Follow the below step to setup your Firebase application :-
Do your Firebase project setup in
https://console.firebase.google.com/