copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
Text too long for this field (MS Login - oAuth 2. 0) Hi everyone - I have solved this problem by setting up a custom OAuth flow directly with Microsoft in the API Connector This is proving to be a superior solution to Bubbles OAuth flow for a few reasons: No 2000 character limit reached Tokens are consistently ~1000 characters Ability to sign new users into the app without them first needing to log in via another method and then authenticate
Bubble Summer Mobile App Challenge - Announcements - Bubble Forum Hi everyone, My name is Rutvij, Senior PMM at Bubble, and I’m thrilled to announce an exciting opportunity for our community: The Bubble Summer Mobile App Challenge — happening from June 17 to August 18! This new challenge invites all Bubblers to leverage our new native mobile builder and win up to $5,000 while doing it Here’s how to join: Build a mobile app and share your progress: As
Welcome to Bubbles Forum Welcome to the Bubble Forum! This is a space dedicated for you to interact and engage with fellow users Use this forum to ask questions about our product, share your ideas, discuss app concepts, get project feedback, an…
Can a bubble built project be synced to github? Within the bubble editor you’ll find access to version control, the ability to create branches and savepoints Depending on your apps plan it could be basic (just one branch) or advanced (multiple branches and subbranches) The code genereted by bubbles engine is not available to you as a customer, so not github option
[FREE RELEASED] New Calendar and Appointment plugin Hi bubblers! I wanted to get your feedback on a new plugin I’ve developed, it’s a free scheduling plugin alternative to things such as Calendly that lets you take (free or paid) reservations or appointments For taking payments, you would need to create and connect to a Stripe account to do so (instructions on the plug in page) Here is link to the plugin Types of feedback I’m looking
Apple Test Flight - Mobile Beta - Bubble Forum I deployed with Bubble and it says it did but it does not show up in my test flight apps in apple developer section I guess thats a better way of saying it Do we have some documentation from bubbles side on how this should work exactly?
How To Build AI Agents with Multi-Step Tool Calling in Bubble ️ Why this guide exists I just landed on a multi-step AI agent workflow that I’m happy with and wanted to share with you all as I haven’t seen many solid approaches for this Bubble makes dealing with tool calls tricky for two primary reasons - JSON strings are hard to deal with in Bubble, and looping is hard in Bubble This guide lays out: The minimum data model - option sets types that
Auto Scroll to Next Video in RG - Plugins - Bubble Forum Hey, need help!!! We have a YTshort Insta reel like feature wherein the video autoplays indefinitely Its an RG I am using VideoPlayer plugin by zeroqode for this I want to automatically move to the next index or next video when the current video plays till the end or finishes playing We would also like the ability to see the number of the active cell [video] and the ability to move to the
Bubbles Rich Text to HTML | 99% Bug free! Convert text in Bubble’s Rich Text Editor to HTML I was scouring for available plugins to convert Bubble’s RTE to HTML Every plugin I tested was trying to convert the value to HTML Buggy or does not handle edge cases I even tried building my own and also misses Then I noticed in the browser inspector that the element itself already prints in HTML (duh, I know right) So all I needed is