Flipdish · JSON Structure

Apps Firebase App Structure

FirebaseApp.

Type: object Properties: 4
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

FirebaseApp is a JSON Structure definition published by Flipdish, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

WhitelabelId PackageId FirebaseAppId FirebaseProjectId

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-structure/apps-firebase-app-structure.json",
  "name": "FirebaseApp",
  "description": "FirebaseApp.",
  "type": "object",
  "properties": {
    "WhitelabelId": {
      "description": "WhitelabelId.",
      "type": "int32",
      "example": 500123
    },
    "PackageId": {
      "description": "PackageId.",
      "type": "string",
      "example": "500123"
    },
    "FirebaseAppId": {
      "description": "FirebaseAppId.",
      "type": "string",
      "example": "500123"
    },
    "FirebaseProjectId": {
      "description": "FirebaseProjectId.",
      "type": "string",
      "example": "500123"
    }
  }
}