Getting Started
Always check the status of the Bubble!
Always check the status of the Stability!
ID Attribute
Activate the option: "Expose the option to add an ID attribute to HTML elements"

Adding data to the 'Global Config' table
It will only be necessary if there is no data in the 'Global Config' table.
The 'Global Config' table should contain only one record. If it is empty, add a record. This table is used in the 'General' section of your app at the Admin level. If it is empty, it will not be possible to update the information in this section, such as API Key and Privacy Policy.
Disabling demo mode
Go to App > Data > Option Sets > Styles & Config

Change the value of the 'Demo mode' attribute to 'no'.

Configure Stable Diffusion
If you haven't added credits to your Stable Diffusion account yet, API requests will temporarily fail for your application until the credits are purchased. https://platform.stability.ai/account/credits
Go to App > Plugins > API Connector > Stable Diffusion V1 SDXL & SD1.6
Generate API Key: https://platform.stability.ai/account/keys
Content-Type: application/json
Authorization: Bearer [API Key Here]
Reinitialize call button

Configure Stripe
Configuring Static Information for Subscription Plans
To configure the price and word count for each Plan, access Option sets.

Set Up Your Stripe Account
From the update on February 17, 2024, there has been a change in how plan IDs are referenced. Therefore, starting from the 1:00 minute mark in the video, it is no longer necessary in the new version. Please refer to the new way of referencing IDs [Click here].
On the customer portal configuration page, click Activate link in the Ways to get started section.
In order for the subscription plan identifiers to be listed in the Stripe plugin workflow, it is necessary to add the Stripe API keys and initialize the Stripe calls. In the next steps, you will see how to set this up.
Configuring Stripe Payments
Please make sure to add the API keys for the LIVE version of the Stripe plugin, as well as for the 'Stripe Customer Portal' API Connector call.


Identifier Mapping
Referencing the IDs of Each Created Subscription Plan
Stripe API Version Error, how to resolve?
If you encounter the error below while using the V3 version of Stripe checkout, here's how to fix it.

Access the live version of your Stripe account, navigate to the 'Developer' section and locate the option 'Upgrade available'.

References
Deploying to Live
Copy Database
Last updated