Firebase and Bubble log in at the same time

Hi everyone,

I am currently creating a web app on bubble to let my users create forms for their team. We already have an app and web app not built on bubble.
So to link this new bubble web app with our data base on firebase I use the plug in : Firebase Authentication Connector.

There are 2 different workflows. The first one for the sign up, where I verify that the user exists on firebase and then sign him up on bubble. The second one is when the user already signed up on the bubble web app it gets logged in.


During these 2 process, I what to retrieve the bearer of the firebase session in order to go pick some info in firebase through APIs. I find this bearer in a Firebase container.

The problem I am facing is that whenever the user get logged in, it always take the same bearer and the informations are all from the same user.

Do you have any ideas on how to fix this problem?
Should I use a different plugin?

Thanks in advance,
Eliott

Just a thought. Wouldn’t Firebase require oAth API connection to be able to release info from different users in their dB?

Hi, @eliott

Did you solve this problem?? If so, please share your experience with us!

Thank you!

Hi. Did anyone manage to get this to work?