Firebase
Set
defaultauth: 'firebase'
in the
/src/environments/environment.ts
file.
Also fill all the firebase credentials in the .env
file.
defaultauth: 'firebase', 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/