#roycwilliams
1 messages · Page 1 of 1 (latest)
Hi again, I'm not sure how to do it exactly within Firebase and with the solution you're using for handling your requests, but you would want to have your server respond to the request with a redirect.
quick question are you able to do it through netlify? Because I am caught between both hosting sites to make this work
or do you think a fetch method would work?
I'm not familiar with Netlify, so I'm not sure. I think fetch would be alright, as long as your server is responding to that with a redirect.
If you were working with Express to handle your requests, then it has a redirect() function that you can serve as the response to a request, but I'm not sure if the framework you're using has similar functionality for you to leverage:
http://expressjs.com/en/5x/api.html#res.redirect