This guide is the beginning of the documentation with the built-in Notes for the database. Will help you gain a better understanding of how the template and Bubble works.
Starting with the Template
Once you have bought or added a template to your account, you will see a dropdown in the New Application popup that lets you pick a template as the basis for the new application.
Note: this can only be done when you create a new app.
After you've selected a template you bought, complete the other fields with necessary data (i.e: Name of the new app, What kind of application you are building, etc) and press Create a new app.
Tip: A template isn't a theme for your app, but a pre-built set of elements and workflows. You can modify the template as you would modify another app.
Wait for Bubble to load the application with all the data.
After the application has loaded, you'll see the bubble assistant on the right side for New Application. You can close it or follow the assistant steps to adjust different settings.
Congrats! You have successfully created a Bubble app based on your template. Now, you can proceed with the setups and dive into Bubble no-code development toolset.
Payments
This template is using Stripe for payments. To setup your Stripe account, go to https://stripe.com, create an account.
You will be allowed to access your dashboard once you have successfully verified your email address and activated your account.
1. The first step is to configure the Stripe dashboard, and the Stripe plugin within your editor.
2. The second step is to configure the API Connector plugin within your editor.
Go to Plugins -> API Connector -> Stripe Custom API and hit to expand it, here:
The API will expand, where you will be able to configure it with your own API keys, here:
Add Bearer keyword in front of the keys values. And remember to change to Live keys when you decide to go live with your app.
Stripe Custom API has 1 action calls:
- Create a refund - used to create refunds to the customers.
Tip: Genuine card information cannot be used in test mode. Instead, use test Stripe cards credentials.
Google Plugin
In order to make the Sign in with Google option work properly, it is required to configure the Google plugin within your Bubble editor.
Facebook Plugin
In order to make the Sign in with Facebook option work properly, it is required to configure the Facebook plugin within your Bubble editor.
Push Notifications Plugins
Push notifications within this template are powered by two plugins:
- Browser Push Notifications - no setup actions required.
This plugin is fully supported by modern browsers (Chrome/Safari/Firefox/Edge) and partially supported by older browsers.
Please note that iOS does not support browser push notifications as of May 2020 (https://onesignal.com/blog/the-state-of-ios-web-push-in-2020/), so this plugin will NOT work for iOS devices (iPad, iPhone, etc).
- Notify | Native Push Notifications - a simple setup is required.
Instructions
- Signup for a free account at https://notify.dev
- Copy your API key and paste it inside the plugin fields in your Bubble app. No spaces or "Bearer" are needed.
Remove Demo Login
This template comes with demo accounts and demo buttons for testing purposes, which do not require a full sign-up process to test the platform features.
To delete demo items, follow the instructions.
Eaty is using 4 demo logins:
- Demo Customer
- Demo Courier
- Demo Restaurant Owner
- Demo Admin
1. Go to the
login
page and delete the "Demo" button:2. Go to the header reusable element and delete the "Demo" button:
Remove Banner
This template comes with a promotional banner above the header element. Feel free to remove it from your app.