Password Reset and Email Verification on mobile only app

I am developing an ionic react app using supabase. Right now, it almost works exactly how I need, however i've run into some issues with forgot your password and email verification. When I was using firebase, the reset your password email came with a little premade ui to let the user reset their password.
Supabase does not have this, in favor of manually specifying a redirect url. The problem with that is, its a mobile app, not a web app. There is no url. Is there any way to get around this, or do I have to setup a seperate website? I'd like to avoid this if at all possible.
Was this page helpful?