invalid requested action when using getAuth(window._firebaseApp)
#7297
Unanswered
teaglebuilt
asked this question in
Q&A
Replies: 1 comment
-
I don't see a "requested action is invalid" error string in our codebase. I do see that it's an error for signing in using Google login with a popup. I'm not sure exactly what "micro frontend environment" you're using but does it block popups? Does it use a special url? The first thing I found about that error was a Stack Overflow where the issue was they didn't authorize the domain https://stackoverflow.com/questions/69207851/the-google-sign-in-popup-doesnt-last-long-or-it-says-the-requested-action-is-i So maybe your micro frontend has a domain that hasn't been authorized in the console? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any use case on using firebase in a micro frontend environment?
The approach i took was a singleton below
However, for some reason, when i use
getAuth(window._firebaseApp)
, the app is there on the window but i get an error during the sign in process that the requested action is invalid.Beta Was this translation helpful? Give feedback.
All reactions