#roycwilliams
1 messages ยท Page 1 of 1 (latest)
Hi again ๐ that may fluctuate a bit based on the framework that you're using, but you can have the endpoint that you're calling respond with a redirect directly rather than having it serve a value or a URL that you would then use to make a client-side redirect.
You can see an example of that in the Step 2 of this doc:
https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=checkout#redirect-customers
In the example there, the response is made using .redirect, so the response serves a redirect.
So i'm using firebase to host would the code still run?
๐