Relative Content

Tag Archive for javascriptnode.jsfirebasefirebase-authenticationgoogle-oauth

Firebase SDK JS Google Auth Provider “Requested Action is invalid”

I have a web app developed in HTML, JS with server side backend by Express.js and Firebase SDK client via CDN.
Adding Google Auth Provider for users sign in I got the error ‘Requested action is invalid’ when the user click on login button that is connected to my js function with signInWithPopup from firebase sdk.
I’m working on localhost development environment but in firebase console ‘localhost’ is already configured for authorized domains.