Setup Guide

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.
Image without caption
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.
Image without caption
After the application has loaded, you'll see the bubble assistant on the left side for New Application. You can close it or follow the assistant steps to adjust different settings.
Image without caption
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

Card payments in this template are powered by Stripe using the default card checkout providing a secure environment for users. To set up your Stripe account, go to https://stripe.com, and create an account.
Note: You will be allowed to access your dashboard once you have successfully verified your email address and activated your account.
This template uses the Bubble's Stripe plugin for payments. Please follow the Stripe payments instructions below to configure.
⚠️
Payments: See our documentation on how to set Stripe Payments in a Bubble App.
Additionally, this template has an optional and alternative payment method set using - Stripe Marketplace Plugin.
Note: The payment plugin can be changed on the admin page under the Overview Tab as an application owner. Just use the toggle. If you do not want to use it, please simply remove the plugin from the template.
Image without caption
Note: To use Stripe Marketplace Plugin you will need to either subscribe to it to obtain the license or purchase the license.
💡
Tip: Genuine card information cannot be used in test mode. Instead, use test Stripe card credentials.

Bonus: Stripe Marketplace Express Tutorial

NEW! You can check the Stripe Marketplace Express Tutorial on our Lab platform.

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.
Feel free to delete these login options in your app. To delete demo items, follow the instructions:

Database setup

To access and delete the demo account follow the steps:
  1. Access Data Tab
  1. Go to App data
  1. All Users thing
  1. Find the and which can be removed from the database
Image without caption
Admin: See the instructions on how to grant Admin Rights in your template.

Button setup

To remove the Demo (login) buttons follow the steps

login_signup page

  1. Access the Page: login_signup
  1. Use the search bar
  1. Find Button Demo and Group "demo login"
  1. Select and delete these elements with their respective workflows
Image without caption
💡
Tip: Please note that deleting the demo buttons will delete the button workflows as well. Removing these demo options doesn't affect any other aspect of the template.

Remove Banner

This template comes with a promotional banner above the Header element. Feel free to remove it from your app.
⚠️
Banner: See the instructions on how to remove the Rapid Dev Banner in your template.

🔌 API Connections

Ridely Template has an integrated API Google connection. The API returns the recommended route between the start and endpoints calculated by the Google Maps API.
It is used to calculate the travel distance and time between 2 points on the map (start and endpoint) provided by one of the Google Maps APIs.
It may need to be adjusted to work with Google service if Bubble drops the values for connection.
Get Request Name - ggl destination (used as Data)
Image without caption
Image without caption
Set-up Guide
  1. You will need to create a Google Developer account to get the API key, follow the steps: https://manual.bubble.io/help-guides/working-with-data/working-with-location-data#set-up-your-app-in-google-developers-console
  1. Paste the keys and parameters, where:
URL parameter
  • Origins = Washington,DC
  • Destination = New York
  • Key = Google key from your console's account
3. (Re)Initialize the API call
4. After the call was initialized these are values returned through API connection
Image without caption
5. After initialization, this API can be used as data on the page.
Image without caption
Note: For more information about the API, see Google Documentation: https://developers.google.com/maps/documentation/distance-matrix/overview