有两种导入身份验证的方式。
第一个是
import { AngularFireAuth } from '@angular/fire/compat/auth';
Run Code Online (Sandbox Code Playgroud)
第二个是
import { Auth } from '@angular/fire/auth';
Run Code Online (Sandbox Code Playgroud)
有什么不同?
authentication import firebase firebase-authentication angular