Ankur KhandelwalProblog.nocodetalks.co·Oct 23, 2023How to upload Base64 data in server side Bubble plugin action?Converting various file types, such as images and PDFs, into base64 strings is an excellent method for storing them in a database. Bubble's File API only permits base64 data uploads, disallowing direct uploads of PDFs and images. By default, Bubble e...DiscussBase64
Anish Gandhianishgandhi.com·Oct 22, 2023Bubble.io Tips - 1Open Bubble editor in multiple tabs: It has been observed that many developers open multiple bubble.io editor tabs in the same browser for the same Application. Bubble.io says, "Opening the Bubble editor for the same app in multiple browser tabs mig...Discuss·65 readsBubble.io Tipsbubble.io
Ankur KhandelwalProblog.nocodetalks.co·Oct 18, 2023Integrating Node.js Libraries in Bubble Plugins: A Step-by-Step GuideThere are many instances when you may want to create a plugin based on an existing Node.js library. For example, you might want to integrate a Node.js "encryption" library like crypto-js, or integrate the "squids" library to generate YouTube-like IDs...DiscussNode.js
Ankur KhandelwalProblog.nocodetalks.co·Oct 17, 2023How to debug server side action in Bubble Plugin Editor?If you have noticed when you write console.log("This should be print"); in the Bubble plugin editor's action part, you can't see the text "This should be print" in the browser, making it hard to debug your plugin. This is because the action functio...Discussbubble
Ankur KhandelwalProblog.nocodetalks.co·Oct 16, 2023How to convert Blob data to Base64 in Bubble Plugin?There are times when you need to convert blob data to Base64 data. Like when you integrate this Audio library it outputs the audio data as the blob data. However, Bubble's database doesn't support blob storage. Therefore, you must convert the blob da...Discussbubble
Anish Gandhianishgandhi.com·Sep 10, 2023How to configure Stripe Checkout Integration in the Bubble.io application without any Paid Plugins?At the time of checkout, a basic requirement is a checkout session that captures the payment like this: This kind of checkout doesn't come with a free Bubble.io Plugin. So Let's do this with Bubble API Connector with the following steps: Setup Stri...Discuss·1 like·452 readsstripe
Anish Gandhianishgandhi.com·Aug 18, 2023Arbitrary Text : Data Source of Nested Repeating Group in BubbleAs per Bubble Manual, Arbitrary text: Use this to manually enter a static or dynamic string of text. The text entered will resolve to type Text and can be further modified with any of our text type operators. Since the inception of the New Prici...Rahul Chand and 1 other are discussing this2 people are discussing thisDiscuss·1 like·314 readsbubble.io
Anish Gandhianishgandhi.com·Jul 23, 2023How do I create documentation for Bubble.io Application I am working on?Documentation is crucial for MVP created on Bubble.io for several reasons: Onboarding and training: Documentation helps new team members understand how the MVP was built, the features it offers, and the underlying logic. This helps them get up to sp...Discuss·1 like·546 readsbubble.io
Anish Gandhianishgandhi.com·Jul 8, 2023How to integrate GPT 3.5 Turbo API into your Bubble.io app?Thousand miles journey starts with a simple step. In today's era where everyone in the no-code community talks about AI here there and everywhere, some not so experience Bubble.io developers face the fear of how to start work on Open AI Projects. Thi...Discuss·7 likes·199 readschatgpt
Anish Gandhianishgandhi.com·Jul 5, 2023How to pass Nested Array as a parameter in Bubble API Connector?Bubble.io enables users to create web and mobile applications without any technical expertise. Bubble API Connector allows seamless integration with external APIs to extend the functionality of your Bubble app. This article will explore how to pass n...Discuss·1 like·612 readsnocode