I tried adding google authentication using Firebase to my web app (going full power with Google’s infrastructure) but no method worked - both redirection or pop up.
I thought it was maybe because the preview url wasn’t authorized to perform this authentication but also after i added the URL to the allowed URL for authentication on firebase - it didn’t work.
Do you maybe have a way to overcome this problem? i want to allow authentication using Google and other options but i can’t test it in dev mode on IDX.
That is because of the redirect url being different.
IDX web preview has a couple different ports for serving the website.
To test you can use the public ports and use the signed https url as the redirect url for google sign in (but it will only work for less than an hour).