Hi,
The authentication service is not working with the current version of Firebase:
package.json file
"dependencies": {
"@angular/fire": "^6.1.4",
"firebase": "^8.2.7",
},
I've changed the wrong imports but it is still failing in the execution time:
firebase-auth.service.ts file
//import { User, auth } from 'firebase/app';
import {User} from '@firebase/auth-types';
import auth from 'firebase/firebase-auth';
Regards.