I'm currently using Cloud Firestore as my backend for a mobile app. I've got basic payments working with Stripe with cloud functions programmed with node.js, however, when setting up for Stripe Connect, the process requires a redirect uri (which I input in the settings of my Stripe account).
I have very little experience with redirects and callbacks. What is the address that I can use as a redirect uri? How does this address get established?
It would also be great to hear your thoughts on how I would go about capturing the information from the redirect through a firestore trigger (node.js).
Any help would be much appreciated!
Thank you.