How can I redirect to the app after email verification?
That is a common question. So many developers asked me this question.First go to the Supabase Dashboard >
Click on your project > Authentication > URL Configuration > Redirect URLs > Add URL.Add the following URL: You can use
<your-app-bundle-identifier>://**You can find your app bundle identifier in the
app.json file.* as a wildcard for the path. Otherwise, you can use the exact path.Like this: `com.your-app-bundle-identifier.app://callback/verify
