I think you may wonder why we can’t using the PASSWORD_RECOVERY event from Supabase.

1
First go to the Supabase Dashboard >
Click on your project
> Authentication
> URL Configuration
> Redirect URLs
> Add URL
.2
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.