Anish Gandhianishgandhi.com·Dec 1, 2023Best practices while collaborating with other Bubble Devs I follow using Version control of Bubble.ioHave you ever encountered coordination issues while working with other Bubble.io developers on the same application? Does it happen sometimes that when someone makes changes live, they replace your previous changes which they should not have? Have yo...Discuss·72 readsbubble.io
Ankur KhandelwalProblog.nocodetalks.co·Nov 15, 2023Easy Guide to Referencing Bubble Elements Within Bubble PluginThere are instances when you may need to access an element created within the Bubble editor. For example, in a plugin, you might want to return the number of characters a user types into an input element. Follow these steps: Step 1: Enable the "Expos...Discussbubble.io
Lorène Bergougnouxlorene.hashnode.dev·Nov 14, 2023🚨 Web police 🚨Have you ever heard of the CNIL? I've always had the feeling that it's the villain in movies: you think in real life, it shouldn't catch you. But it still scares you. I think I've never really wanted to delve into it because it often rhymes with laws...Discuss·1 like·340 readsbubble.io
Ankur KhandelwalProblog.nocodetalks.co·Nov 14, 2023Call API inside the action in Bubble PluginThere are times when you need to call the API within the action section instead of the API section, but how do you do it? Let me demonstrate with an example. I will call this GET API: https://api.thecatapi.com/v1/images/search GET API Example -Copy a...DiscussAPIs
Ankur KhandelwalProblog.nocodetalks.co·Nov 13, 2023Call API inside the element in Bubble PluginThere are times when you need to call the API within the element section instead of the API section, but how do you do it? Let me demonstrate with an example. I will call this GET API: https://dummy.restapiexample.com/api/v1/employees We will be usin...Discussbubble.io
Ankur KhandelwalProblog.nocodetalks.co·Nov 9, 2023Handling Lists within Bubble Plugin EditorIf you have ever attempted to work with the custom object list in the Bubble plugin editor, you know it has become a nightmare to manage. Not anymore. So let's assume you are building the plugin that consists of client-side element and you are passi...Discussbubble.io
Ankur KhandelwalProblog.nocodetalks.co·Nov 7, 2023Setting up API Calls in Bubble Plugin Editor: A Step-by-Step GuideYou can set up the API calls in the plugin editor just as you did in the API connector. Go to the "API Calls" section of the plugin editor. To start the API calls, click on "Add an API connection". Now, simply provide the name of the API you are se...Discussbubble.io
Ankur KhandelwalProblog.nocodetalks.co·Nov 6, 2023Work with Bubble database data in Plugin editorIf you want your user to pass the Bubble database data type to the Bubble plugin editor, how would you accomplish this? Follow these steps: Step 1: Define the first field input as the "App Type" and the second as a dynamic value with the type of "fir...Discussbubble.io
Ankur KhandelwalProblog.nocodetalks.co·Nov 2, 2023Bubble Plugin API Calls: Exploring Diverse Parameter TypesIf you are developing a plugin using an API, you may have noticed that there are three types of parameters - private, hidden, and secret, which differ from the private and public parameters found in an API connector. What's the difference between th...Discussbubble.io
Ankur KhandelwalProblog.nocodetalks.co·Nov 1, 2023Adding Preview to Your Bubble Plugin Element: A Simple GuideWhile constructing the Bubble plugin, you discovered that when you drag plugin element to the UI editor, it displays "No plugin preview available." How can this issue be resolved? You can incorporate any type of UI based on your element's functional...Discussbubble.io