I have a project to create an mobile app with React Native. I already used Bubble (like a frontend) few month ago. I was wondering if it was possible to make a Bubble Backend enabling to communicate with my React Native Frontend ?
If so, how should I proceed ? Do you know if it exists some documentations or project regarding my questionning ?
Hi, I just have another question. I dont undertand how I can call Bubble via React? In other words, if I understand correctly, I will set up React as an âAPIâ? Also, I canât find in the documentation how Iâm going to call data from Bubble⌠What are the steps to follow to connect Bubble (Backend) and React (FrontEnd) (apart from those in the doc)?
Really, you are setting up Bubble as an API. Then you use React to communicate with Bubble using REST I believe.
Do you know how to connect to APIs in React?
I can show you how to set up Bubble to âopenâ it up so you can use it as an API as a backend.
You will need to connect it on React though. Basically, once you get Bubble set up correctly you can view itâs swagger file which shows you how to access the data if that helps.
I can try to share some screenshots on the Bubble side of things if you want. I just need to try to do that in between sessions. I have a full schedule this week already. Hope to post screenshots soon for you.
I read and watched a lot of tutorials this afternoon.
I understood the difference between Data API & Workflow API. Afterwards, I found out a node.js package (https://github.com/pixelplicity/node-bubbleio) to create some requests from React.
In my case, I want to display some datas from Bubble in React so I need to use Data API (I watched this tutorial: How to use the Bubble.io Data API Endpoint - YouTube) In addition, I want to carry on an Sign In form, so I think I have to use Workflow API (but iâm not totally sure).
If you have the time, it would be great. Thank you very much for your time.