Creating edge function for redirect url to deep link
I have deep linking working in my react native application currently, however I am having issues with third party apps requiring a return url that starts with http.
For supabase I was able to just give them my deep link url of betabridge:// and it worked.
I tried to create an edge function that redirects to betabridge:// but it only accepts post requests so it will not work.
I would rather not spin up a site or server just for this as I am tring to go to market as quickly as possible.
Is there any way to achieve this?
For supabase I was able to just give them my deep link url of betabridge:// and it worked.
I tried to create an edge function that redirects to betabridge:// but it only accepts post requests so it will not work.
I would rather not spin up a site or server just for this as I am tring to go to market as quickly as possible.
Is there any way to achieve this?