The website I am building is a bit complex for Bubble.io. I am planning to embedd my React App via an iFrame. Here is the scenario:
User Registers and Login from Bubble.io UI.
User redirects to dashboard where React App iFrame is at.
Now, there is a feature where the user can manipulate the data in that iframe.
Question is, how will the iFrame determine that the data belongs to the ‘Logged in’ user?
Is there a way to pass information between App Data (Bubble.io) to Realtime DB (Firebase)?