So I've made a NextJS App and am using firebase for authentication and firestore. I've bought a domain from GoDaddy and am currently hosting it on Vercel.
Everything is working as intended except that I cannot add a custom domain for firebase (when users click the login button). It still shows project-uid.firebaseapp.com
Is there any way to change that?
I cannot host my app on firebase hosting (since I lose SSR & ISR and I've some APIs too, also NextJS + Cloud Functions/ Cloud Run setup is unnecessarily complicated).
I tried adding a custom domain but it never gets verified ( been at it for 3 weeks now).