Welcome to Fireapis
  • Welcome
  • The Basics
    • Basics
    • Environment
      • Creating an Environment
      • Configure Domain
    • Auth
    • Secrets
    • Tables
      • Creating Table
      • Testing Tables
      • Add a New Column
      • Table Properties
      • Endpoints
      • Data
      • Deleting a Column
      • Deleting a Table
    • Webhooks
    • Marketplace
    • Logics
      • Dynamic Data Source Selection
      • Testing Logics
      • Actions
        • External API Request
        • Query Builder
        • Data Transformation
        • Build Object
        • Build Conditions
        • Other Utilities
          • Token Generation
          • Token Decryption
          • Hashing
          • Validate Hash
          • Encrypt
          • Decrypt
        • Date Utilities
          • Find Difference Between Dates
          • Add/Subtract Dates
          • Format Date
          • Apply Timezone to Date
  • Next steps
    • What Next?
Powered by GitBook
On this page

Was this helpful?

  1. The Basics

Environment

Manage individual backends for businesses.

PreviousBasicsNextCreating an Environment

Last updated 2 months ago

Was this helpful?

Having covered the basics of environments, here's a list of sections you can manage within an environment.

Tables

This section allows you to create and manage different tables required for your business.

Logics

This section empowers you to build complex business logics using simple UI, though it may require a slight learning curve.

Webhooks

Webhooks are useful for transferring data to another service or external API. You can easily set this up using webhooks.

Marketplace

In this section, you can integrate third-party services like Airtable, Notion, stripe, and more. This allows you to pull or push data using their APIs.

Logs

All requests made in the environment are logged here. You can view whether the request was successful or failed, along with additional details like IP, timestamp ,response time, and data size.

We will go deeper into the tables section here.
Learn more about logics here.
Learn more about webhooks here.
Learn more