I am using Firebase Studio for full stack dev - node.js / express and Vue3.js front-end with Firebase auth
Firebase auth fails in front end Vue.js. component that uses Sign-In with google.
Network tab
getProjectConfig?key=xxxx
Correctly gets the authorised domains
And I can see
9000-idx-<my_project_id>.cluster-.cloudworkstations.dev
However, there is a timeout in auth and console logs this error (i did not close the pop-up, this message is also misleading. in view-source it is a time out (pollUserCancellation of firebase_auth.js)
auth.js:53 Error signing in with Google: FirebaseError: Firebase: Error (auth/popup-closed-by-user).
at createErrorInternal (firebase_auth.js?v=3969ca76:689:37)
at _createError (firebase_auth.js?v=3969ca76:657:10)
at firebase_auth.js?v=3969ca76:6887:25
There is no 403, and authorised domain is correctly specified in the Firebase console pointing to firebase IDX url as listed above