Unable to login via Firebase Auth in a NuxtJS PWA using signInWithRedirect #7790
Unanswered
isaactan98
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
-
Hi people on the internet,
Currently, I'm building a PWA using NuxtJS with Firebase Auth. I have tried both signInWithPopup & signInWithRedirect in PWA but was unable to log in to the user (was able to login user with signInWithPopup in browser). The result returning are null based on the consle for onAuthStateChanged & getRedirectResult.
attached segment of code in mounted:
code in loginButton method
do let me know if any more information is needed for this case.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions