Data types

All objects and some selected fields in the template are explained below. Please refer to our Bubble Best Practices document for guidance on how the Bubble database should be structured.

All data types and a few select fields are explained below. A good general rule to follow is that you shouldn't delete any fields that are included with the template and instead only add new ones.

⚙️ App Settings

This data type includes fields for all app-wide settings. Most of the data fields are controlled by the App admin from the Admin portal. There should only be a single object of this data type.

App Variables

This data type is specifically for setting up custom app-wide variables for your project. Simply add fields as need and reference them from your pages by accessing the var - app variables

User

The user data type represents each person who has an account in your application.

⚙️ Palette color

This data type is color palette list is referenced in the Air Color Picker plugin / element. Feel free to add more color entries for quick access when using the Air Color Picker element.

We use this data type for push notifications when we turn your app into a native mobile iOS or Android app.

⚙️ Email Template

Email templates are managed from the admin portal and act as the main parent to manage email content for different scenarios

⚙️ Email Template Variant

The email template variant holds the email content for its parent Email template. When using multiple languages an email template will have multiple variants... one for each language.

Used to verify a users email

We create one record for each header you create for your application

Contains all the code and metadata for an item such as a link, button, icon, etc that has been created for a footer or header element

⚙️ Verify

Stores the code data when a user is going through the verification process for their email, sms, or two-factor authentication.

Last updated