Trouble importing popup auth providers #3169
Unanswered
mattbodman
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I try to use a popup auth provider, like this:
I get errors like "cannot read properties of undefined" (reading GoogleAuthProvider). I have also tried importing with
import firebase from 'firebase/compat'
but a different version of the same thing happens.Any clues would be great. I should mention:
@angular/core 13.2.4
@angular/fire 7.2.1
firebase 9.6.7
Beta Was this translation helpful? Give feedback.
All reactions