Add auth handlers from Hosting to App Hosting.
/__/auth/handler
Identical to hosting but for app hosting.
Would definitely make things simpler for Next.js apps.
5
votes
-
Ondrej Zoricak commented
This is currently blocking me from implementing signInWithRedirect, which is the recommended method for mobile and desktop devices. I tried setting up auth.<my-domain>.com with Firebase Hosting and <my-domain>.com for Firebase App Hosting, but it still doesn't work in the Safari browser.