I'm trying to set up a Login using Google.useAuthRequest from expo-auth-session. It works fine in the Expo Go app. The problem is that when I'm setting the redirect URI in the GoogleClouth OAuth credentials it asks me to put the expo project link which looks like this: exp://exp.host/@community/with-webbrowser-redirect. The problem is that it is not allowed because it doesn't start with "HTTP or HTTPS" and because de @community is my expo profile name so to try the login in my app I have to be logged in to expo in my visual Studio Code.
How can I get a public URL to set the OAuth credential and redirect Google login to my app without being logged in to expo?