If you want to redirect to the app after email verification, you can do it with the following steps.
That is a common question.
So many developers asked me this question.
Naa, don’t worry. Of course, I fixed this.
First go to the Supabase Dashboard > Click on your project
> Authentication
> URL Configuration
> Redirect URLs
> Add URL
.
Add the following URL: <your-app-bundle-identifier>://**
You can find your app bundle identifier in the app.json
file.
You can use *
as a wildcard for the path. Otherwise, you can use the exact path.
Like this: `com.your-app-bundle-identifier.app://callback/verify
When you click the verification link in the email, you will be redirected to the app. Then you should see the following screen: