Logging Users into external API

Hi

I have a backend program built in Python that uses another API to get user specific data from a game. I want to build a bubble app to be its user interface. I will want users to create an account and then interact with my own API (which then interacts with the game API). I need to transfer user’s email and accounts across these API’s to authenticate the users with the game API. How can I achieve this safely in Bubble?

1 Like

How did you go with this @jamesh95?

Were you talking about authenticating your users external to Bubble, but using bubble for the frontend UI? If so, we use Firebase Auth for our user authentication, rather than Bubble, and it seems to work fine with Bubble being our frontend.

If you still need some support, is it possible to post a picture visualising your intended workflow and I’ll see if what has worked for us might work for you too?