Hello NoCoders,
I am trying to build a proof-of-concept app where the Web App (a SaaS) is built on Bubble and the mobile app is built in Adalo. The main reason is because creating a mobile app from a Bubble Web app, although I've done it before, it was a royal pain.
The idea would be that the mobile Adalo app connects to Bubble's Web app's database, ideally via the published Bubble app API.
Does anyone know if this is possible? Thanks!
Ok so I'm in the same boat and it's a pain in the neck thus far BUT I've made progress.
You're able to import Bubble data into Adalo via Bubble API without issue, however the real challenge is POSTing from Adalo to Bubble and the best way I've managed to do it is via Zapier Webhook.
However, my Adalo App users and Bubble users are totally different which has allowed me to sidestep the need to login/signup the Adalo users in Bubble.
So with this said I'm only using the Bubble App to present the Adalo data to a different set of consumer and have managed to do this thus far.
If you need help setting up the Bubble API in Adalo let me know
Hi @jcalvarez. I see. I might actually take you up on the offer to help. I'll give it a try based on your description and if I get stuck I will definitely reach out for help.
Thanks!
I've connected Adalo with Bubble API, but only for a specific use case. I'm using Bubble for it's API flexibility: posting data from Adalo to a workflow API endpoint in Bubble, running actions through this workflow, properly saving that in Bubble's database and finally pulling this final data to Adalo.
I was fantasising of using a single user database in Bubble and authenticating users for following API calls but I think it's almost impossible to figure out.
This comment was deleted 6 years ago.