My question is, which of the development platform do I choose when integrating with Bubble. I am being asked to make a pick for my build on Bubble. I’m quite new to Bubble obviously and just about getting started on Bubble’s API Connector.
I’ll appreciate if anyone can point me in the right direction.
Thanks for taking the time out in checking this out.
I also figured I’d have to go the JS route. I’ve been checking out their APIs for a few week and I also agree this would be quite a challenge.
Quick question @pier2design - how do I go about using the JS API for my bubble app?
Would implementations have to go through my Bubble API Connector area or would I need to also mess around modifying some JS snippets from the API guys?
Build it all out in Postman first without using any JS
Basically open their App42*.js file, figure out what the API call really is, and try to replicate it in Postman to see if you can get a result. The goal would be to get it out of JS entirely.
Integrate the JS.
Put the JS include in the HEAD section of your page properties (found at the bottom), then use the plugin Toolbox in Bubble to initialize the JS in a “on page load” event.
js is not a good idea here… well until bubble release access to running server side code… the client will have your credentials and a new high score in a heart beat.
defiantly build it in bubble, more enjoyable, more control, more fun. PM me the app name when your ready, i will give you a tool that all bubble games should have… be great to see a working complete version in the forum when your done.
I hear you on the bit about having lots of control on my web app. I thought about wrangling together lots of APIs to get it up and running and it felt like I would be at the mercy of a whole bunch of folks.