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)
Bubble Forum Bubble Forum Connect with Bubble users from around the world, get answers to your questions, and learn how to build better with Bubble
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
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
[NEW TEMPLATE] Perfect Sora OpenAI Clone - forum. bubble. io Hey Bubblers! After weeks of development, I’m excited to share something unique on the Bubble Marketplace: A perfect Sora OpenAI clone template that lets you build and launch your own AI-powered image and video generation platform—no coding required What is it? A fully customizable Bubble template, powered by OpenAI and RunwalML, designed to help you or your users: Generate AI-powered
Assign a temp password to a user - Database - Bubble Forum I read through Bubbles ‘how to’ here: Assign a temp password to a user It basically only says; [Assign a temp password to a user] deletes the password of a user and assigns a temporary one Text is returned by this action and can be used in upcoming workflows Within my admin, I set up a link next to each user called “new password”
Bubbles multi-dropdown says incompatible type? I have added the multi-dropdown plugin on Bubble and am trying to add a field in the workflow for setting the initial tags that are entered When trying to add the set list it shows that the multidropdown is an incompatible type How do I fix this? Here are some pictures to show what I am asking about:
[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
Database Design in Bubble – What you need to know (includes real-world . . . Whether you’re just starting your journey in Bubble development or you’re wondering if the database design for your application is optimized or not Whether you have a software development background and have already played with different databases and exploring the capabilities of Bubble as a platform that can help you speed up development and lets you iterate faster or whether you don
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
Update database via CSV - Bubble Forum I’m using “upload data as CSV” workflow, however when you upload a CSV file with entries that already exist, it just creates duplicates struggling to find any information on how to check whether an ID already exists - if so then update all fields associated with this ID even the built in “modify” option in the data section is no good because you have to use Bubbles unique IDs