Skip to content

Apps Panel

The Apps Panel allows you to centralize and manage the connections between your Wized app and the external services you choose to use, such as databases, third-party APIs, and backends. This centralized management simplifies the integration process, ensuring a seamless experience as you develop your applications.

What to Expect in the Apps Panel

  • Native Integrations: Wized provides pre-configured integrations with popular services such as Firebase, Supabase, Airtable, and Memberstack. These integrations are beneficial as they simplify the connection process, requiring only essential information such as credentials and necessary settings.
  • REST Integration: If you need to connect to any other web service that offers a REST API, the REST integration option is available. In this section, you will define the base URL of the service and can customize the headers and other details of the requests.

Creating a New App

Before you begin building an app, it's important to understand the steps involved in setting it up effectively.

  1. Access the Apps Panel: Click on the "Apps" tab in the left navigation bar of the Configurator.
  2. Click on "New App": Select the type of integration you want to create (native or REST).
  3. Configure the App:
    • Name: Provide a descriptive name for your App to make it easily identifiable.
    • Integration Type: Choose from the available options (Firebase, Supabase, Airtable, Memberstack, or REST).
    • Specific Configuration: - For Native Integrations: Follow the instructions provided to connect your account and set up the necessary credentials. - For REST Integration: - Base URL: Specify the base URL of the external service in the Function Editor. Ensure that you input a valid URL to establish a successful connection.

note

For detailed instructions on how to create native apps, see the section for each native integration in the documentation