Cam Remesz
Results
1
comments of
Cam Remesz
trafficstars
Following [the docs](https://github.com/angular/angularfire/blob/master/README.md#developer-guide) helped me. ``` "@angular/core": "^16.2.11", "@angular/fire": "^16.0.0", "firebase": "^9.12.1", ``` For the sake of brevity... ``` import { GoogleAuthProvider } from '@angular/fire/auth'; etc... this.afAuth.signInWithPopup(new GoogleAuthProvider()) ```