I have a React Native app built with Expo and Supabase. It works great in development. Now, I want to create a staging and production environment on Supabase (like on Firebase). I couldn't find how to do it.
I found documentation about how to have a development version of the database but that's all: https://supabase.com/docs/guides/deployment/managing-environments#deploy-a-migration
The environments have more than the database that differs from one to the other. For example, the site url and redirect urls won't be the same. I need a deep link that opens my local app and another one that opens the app hosted on Expo EAS. How do you handle it?