Is it possible to verify a user email on signup from firebase with Expo Go?

I’m trying to use firebase.auth().sendSignInLinkToEmail(email) to send a verification email to a new user but I can’t find anyway to redirect the user back to my Expo Go app from the email link that is sent. I can’t use exp:// I have to use a domain name that I can put in authorized domains within firebase. I have also tried auth.expo.io but this only redirects correctly when using AuthSession for providers.

Please someone send some light on this!