ls ~/writing --tag=bubble

[01]Writing · Tag

Articles tagged "bubble".

$ tag --stat bubble
Articles
40
Published
May 2023→Feb 2026
Reading time
267 min
In series
1

Articles tagged bubble

40 articles

8 min [bubble][bubble-list-field][data-integrity]

Why I stopped trusting Bubble.io's list fields and re-query the database instead

Bubble.io list fields don't auto-update when children point at parents. Re-query the database, write the actual list back. Here is the pattern.

Data Pipeline Reliability 4/4

re-query-database-platform-relationships--cover
The children point at the parent. The parent shows an empty list.

9 min [n8n][bubble][idempotency]

Idempotent data pipelines: the natural-key fingerprint pattern

Make any n8n or Bubble.io pipeline safely re-runnable: hash a stable subset of source fields, store the fingerprint, check before every write.

Data Pipeline Reliability 2/4

idempotent-pipeline-natural-key-fingerprint--cover
Re-run the pipeline after a failure and the destination quietly doubles.

9 min [n8n][bubble][data-migration]

Silent failures: the bug class no tool catches in your data pipeline

4 silent failures I diagnosed in a Bubble + n8n migration: timeout truncation, one-sided relationships, mutable dedup keys, async webhook commits.

Data Pipeline Reliability 1/4

silent-failures-ai-built-pipelines--cover
Every node turns green, the run says completed, and a week later the rows are gone.

10 min [authentication][security][2fa]

How to Implement TOTP(time-based one-time passwords) based 2FA in Bubble.io Without Using Any APIs?

Learn how to add Google Authenticator–style 2FA in Bubble.io using the Crazy Two Factor plugin - no APIs, no plugins, just secure TOTP authentication.

how-to-implement-totp-time-based-one-time-passwords-based-2fa-in-bubbleio-without-using-any-api--cover
Email codes get intercepted and SMS codes get SIM-swapped. A TOTP code never leaves the phone.

10 min [automation][data-migration][datamigration]

How to Migrate a Relational Database Between Two Bubble.io Apps Using n8n (Step-by-Step)

Migrate relational data between two Bubble.io apps using n8n. Preserve parent–child links, prevent duplicates, and automate database transfers.

how-to-migrate-a-relational-database-between-two-bubbleio-apps-using-n8n-step-by-step--cover
Copy the records straight across and every relationship points at an ID that no longer exists.

12 min [filtering][no-code][bubble]

How to Implement Daisy Chain Filtering in Bubble.io?

Build fast client-side filtering in Bubble.io with Daisy Chain logic. Step-by-step tutorial and best practices for performance and scalability.

how-to-implement-daisy-chain-filtering-in-bubbleio--cover
What happens when my database grows from 200 products to over 10,000?

5 min [no-code][bubble][bubbleio]

How to Let Admins Access User Accounts in Bubble.io Without Credentials

Add admin impersonation to Bubble.io: let admins log in as any user without storing credentials. Built with a short-lived token generated by a backend API workflow.

how-to-let-admins-access-user-accounts-in-bubbleio-without-credentials--cover
Support asks the customer for their password, and now it lives in a chat thread.

8 min [performance-optimization][bubble][bubbleio]

How to Paginate Repeating Groups in Bubble.io Without Loading All Data at Once?

Stop paying workload units for rows users never see. Step-by-step Bubble.io repeating-group pagination with :items from # and :items until #, tested past 120,000 rows on a multi-tenant SaaS.

how-to-paginate-repeating-groups-in-bubbleio-without-loading-all-data-at-once--cover
The user reads three pages. You paid to load all 1,000 records.

11 min [saas][saas-development][multitenant]

How to Use Sub-Apps in Bubble? - The Complete Step-by-Step Guide

Guide to creating, managing, and updating sub-apps in Bubble.io for scalable multi-client SaaS solutions. Perfect for no-code enthusiasts

how-to-use-sub-apps-in-bubble-the-complete-step-by-step-guide--cover
One push overwrites every customisation you made for that client, and there is no undo.

5 min [sorting][uiux][no-code]

How to sort a repeating group in Bubble.io by a nested field?

Learn how to sort a repeating group in Bubble.io by a nested field with this step-by-step guide and enhance your app's functionality

how-to-sort-a-repeating-group-in-bubble-by-a-nested-field--cover
Sorting works fine until the field you need lives one level down.

13 min [no-code][bubble][ai-assistant]

Step-by-Step Guide to Building an AI Assistant with Bubble.io (No Plugins)

Build an AI assistant in Bubble.io with API Connector, no plugins. Five steps: OpenAI key, chat endpoint, message UI, backend workflow, and response routing.

how-to-building-an-ai-assistant-with-bubble-without-plugins--cover
Your thread and assistant IDs can be public, because the only secret never leaves the server.

7 min [css][javascript][ux]

5 Simple Scripts to Enhance UI/UX for Your Bubble.io App

Customize your Bubble.io app with custom scrollbars, uploaders, centered popups, and responsive layouts—no paid plugins required!

5-simple-scripts-to-upgrade-your-bubble-apps-ui-and-ux--cover
The popup stays put while the page scrolls behind it, and users click the wrong thing.

6 min [typography][web-design][no-code]

How to add custom fonts in bubble.io?

Learn to add custom fonts in Bubble.io with this step-by-step guide to enhance your app's typography and stay on brand

how-to-add-custom-fonts-in-bubbleio--cover
Bubble saves your stylesheet as a .css.txt file and the font silently never loads.

5 min [apis][no-code][api-security]

Bubble.io Tips - 3

Learn essential Bubble.io privacy and security tips, optimize API calls, and implement best practices to protect your data and improve performance

bubbleio-tips-3--cover
Two empty fields match each other, the privacy rule passes, and the whole table opens.

11 min [bubble][security][api]

Bubble.io API Security Best Practices

Secure Bubble API Connector calls by hiding endpoint URLs, marking private parameters, storing user tokens behind privacy rules, and cleaning test responses.

bubble-security-api-best-practices--cover
Your client secret sits in the browser console on every page load, for logged-out visitors too.

3 min [optimization][performance][performance-optimization]

How can you effectively prevent deleted pages from consuming workload units (WU)?

Learn how to prevent deleted pages from consuming workload units in your web application. This guide provides actionable steps to optimize resources and imp

how-can-you-effectively-prevent-deleted-pages-from-consuming-workload-units-wu--cover
Pages you deleted months ago are still billing you for workload units.

6 min [low-code][no-code][learning-journey]

The learning curve of the bubble (no-code) developer explained using the dunning-Kruger effect

Discover how the Dunning-Kruger Effect impacts no-code programmers, leading to overconfidence in early stages, and how to overcome it for long-term success.

the-learning-curve-of-the-bubble-no-code-developer-explained-using-the-dunning-kruger-effect--cover
You built a working Bubble app in days, and that is exactly when the overconfidence starts.

5 min [css][ui-design][low-code]

How to create Skeleton Loading in Bubble?

Step by step process to implement skeleton loading repeating group in bubble.io

how-to-create-skeleton-loading-in-bubble--cover
A blank screen reads as broken. The same wait behind a placeholder reads as loading.

3 min [no-code][nocode][openai]

How can openAI's markdown text be converted into HTML text with CSS style without code in Bubble? (Without Paid Plugin)

How can open AI's markdown text be converted to HTML with style without code in a bubble?

markdown-to-html--cover
The model answers in markdown and your user reads the asterisks.

10 min [oauth2][apis][salesforce]

How to implement OAuth 2 in Bubble?

OAuth2 in Bubble.io via the API Connector: authorization code flow, token exchange, and storing the access token. Full walkthrough using Salesforce CRM as the example.

how-to-implement-oauth-2-in-bubble--cover
One character wrong in the redirect URI and the whole flow fails with nothing to debug.

7 min [beginners][bubble]

Things I understood before learning Bubble

I've compiled a list of freely available YouTube videos that helped me lay a strong foundation before learning Bubble.io

things-i-understood-before-learning-bubble--cover
Weeks lost fighting Bubble’s editor are usually a missing concept, not a missing feature.

7 min [plugins][no-code][nocode]

How to convert Bubble Page into PDF? How to merge multiple PDFs in Bubble?

Export a Bubble.io page as PDF and merge multiple uploaded PDFs into one. Uses PDF Conjurer plugin and n8n to avoid workflow timeout errors on large merges.

how-to-convert-bubble-page-into-pdf-how-to-merge-multiple-pdfs-in-bubble--cover
The floating header gets baked into the PDF your customer downloads.

5 min [no-code][nocode][bubble]

How to restrict file types in multi-file uploader in bubble? (No Code/No Paid Plugins)

How to restrict file types in multi-file uploader in bubble.io ? (No Code/No Paid Plugins)

how-to-restrict-file-types-in-multi-file-uploader-in-bubble-no-codeno-paid-plugins--cover
Bubble’s multi-file uploader accepts anything, and a page refresh throws away what was uploaded.

7 min [performance-optimization][no-code][nocode]

How to Verify a user's email in the Bubble app using Postmark?

Learn the step-by-step guide on email verification using Postmark in your Bubble app. Strengthen security and enhance user trust effortlessly. #NoCode #Post

how-to-verify-a-users-email-using-postmark-in-the-bubble-app--cover
Your verification email ships from a shared Bubble domain and lands in spam.

3 min [no-code][nocode][bubble]

Bubble.io Tips - 2

These 5 tips are going to help you increase your knowledge as a Bubble.io Developer

bubbleio-tips-2--cover
Reorder an element inside a fixed container and you have silently changed its z-index.

6 min [best-practices][no-code][bubble]

Best practices while collaborating with other Bubble Devs I follow using Version control of Bubble.io

How to collaborate with other Bubble Devs while working on the same Bubble.io application using Bubble.io version control?

bubble-version-control-best-practices--cover
Someone deploys and quietly replaces the changes you made this morning.

2 min [no-code][nocode][bubble]

Bubble.io Tips - 1

5 tips to have knowledge of to excel in your Bubble.io APP development

bubbleio-tips-1--cover
Option sets download on every page, so anything you keep in one is public.

7 min [bubble][bubbleio][stripe]

How to configure Stripe Checkout Integration in the Bubble.io application without any Paid Plugins?

Build Stripe Checkout in Bubble with API Connector and backend webhooks. Create a session, redirect the user, verify checkout.completed, and save payment status.

stripe-checkout-integration-in-bubble-application-without-any-paid-plugins--cover
Stripe takes the payment on its own domain, so your app has no idea it happened.

6 min [optimization][no-code][nocode]

Arbitrary Text : Data Source of Nested Repeating Group in Bubble

Use Bubble arbitrary text as a repeating group data source for near-static lists. Save workload units by avoiding database reads for product features and tiers.

arbitrary-text-data-source-of-nested-repeating-group-in-bubble--cover
You are paying workload units to fetch the same subscription tiers on every page load.

5 min [documentation][nocode][bubble]

How do I create documentation for Bubble.io Application I am working on?

How to document a Bubble.io app: onboard stakeholders, choose a format, and keep docs in sync as the product changes. A practical guide for client projects and solo devs.

bubble-documentation--cover
A Bubble app becomes unmaintainable the moment the developer who built it leaves.

7 min [ai][no-code][chatgpt]

How to integrate GPT 3.5 Turbo API into your Bubble.io app?

Integrate OpenAI GPT-3.5 Turbo into Bubble.io: API Connector setup, bearer token auth, message array, and parsing the response. The same pattern works with GPT-4 and later.

how-to-integrate-gpt-35-turbo-api-into-your-bubbleio-app--cover
The slow response is the prompt doing what you asked, not a bug in your app.

3 min [apis][nocode][bubble]

How to pass Nested Array as a parameter in Bubble API Connector?

To pass an array as a value of key in the tBubble.io API connector, follow the following steps

how-to-pass-nested-array-as-a-parameter-in-bubble-api-connector--cover
Bubble’s API Connector has no field for a nested array, so the integration stops right here.

6 min [seo][user-engagement][nocode]

Maximizing SEO and User Engagement on Bubble.io Website

Optimizing Your Bubble.io Website for Search Engines and Building User Engagement

maximizing-seo-and-user-engagement-on-bubbleio-website--cover
One extra second of load time costs about 7% of your conversions.

4 min [bubble][bubbleio][geolocation]

How to calculate the distance between two locations in Bubble.io? (One location will be dynamic)

Use Bubble.io to create a geolocation database and calculate the distance between the user's premise location and the advertised business location

how-to-calculate-the-distance-between-two-locations-in-bubbleio-one-location-will-be-dynamic--cover
Every listing can show how far it is from wherever the user happens to be standing.

4 min [bubble][stripe][payments]

How to use Stripe Payment Intents with Bubble?

Through the native API Connector plugin, you can easily create and manage payment objects. To set up Payment Intents in your Bubble application, follow thes

how-to-use-stripe-payment-intents-with-bubble--cover
The customer pays, closes the tab, and your Bubble app never learns Stripe succeeded.

3 min [mvp][no-code][nocode]

How to create a bubble app using the phone number as a signup method? (No Plugin)

it is possible to make phone number the main login method on your Bubble.io application

how-to-create-a-bubble-app-using-the-phone-number-as-a-signup-method-no-plugin--cover
Bubble logs people in by email, so the phone number becomes 1234567890@example.com.

5 min [airtable][api-integration][bubble]

Integrate Bubble with Airtable

you'll need to create an API key for your Airtable account, which is used to authenticate requests made to the Airtable API. Use the key in API Connector.

integrate-bubble-with-airtable--cover
Airtable holds the data your client already knows how to edit, and Bubble just reads it.

5 min [api][zapier][bubble]

Connecting Bubble.io with Zapier: Streamlining Workflows and Automating Tasks

By seamlessly integrating Bubble.io with Zapier, a leading automation tool, users can further enhance their applications by automating tasks and connecting

connecting-bubbleio-with-zapier--cover
The copying you do by hand between two apps is a ten-step setup you do once.

3 min [mvp][mvp-development][nocode]

4 Reasons why you should use fuzzy search over Searchbox in bubble?

Fuzzy search is a kind of search that returns output that might be close, but not exactly identical, to what was typed.

4-reasons-why-you-should-use-fuzzy-search-over-searchbox-in-bubble--cover
A user types jhon, finds nothing, and decides you have no results.

16 min [no-code][bubble][bubbleio]

Why one should choose Bubble.io?

An honest practitioner take on Bubble.io in 2026: what it does well, when Lovable or Cursor beats it, the workload-units pricing reality, and how I decide on client work.

why-one-should-choose-bubble--cover
Should we build it in Bubble.io?

[02]Narrow it down

[03]Read in order

One series runs through this tag.