Hey all, anyone got any ideas on how to fetch the user’s IP address when they’re using the native app? One of our financial service API integrations require the user’s IP address.
1 Like
Fetching IP is always done server-side. You don’t have control over it, so use an external service to make a request client-side and get back the IP.
Thanks for the tip! Do you have any suggestions as to what service we could use?
My hCaptcha plugin natively adds it. Could try that. Just include it within a form somewhere. I can implement invisible sometime soon as well.
I’m trying this one, caveat that I haven’t tested w/it yet: ip address - free Plugin | Bubble
Thanks, but that plugin is for web only, not native. We’re already using a different plugin for the web app.
Awesome, thank you thank you!
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.