I think you may wonder why we can’t using the PASSWORD_RECOVERY event from Supabase.
Forgot Password
Naa, don’t worry. I fixed this.
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.