Flipdish · Schema

FirebaseApp

FirebaseApp.

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Properties

Name Type Description
WhitelabelId integer WhitelabelId.
PackageId string PackageId.
FirebaseAppId string FirebaseAppId.
FirebaseProjectId string FirebaseProjectId.
View JSON Schema on GitHub

JSON Schema

apps-firebase-app-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-schema/apps-firebase-app-schema.json",
  "title": "FirebaseApp",
  "description": "FirebaseApp.",
  "type": "object",
  "properties": {
    "WhitelabelId": {
      "format": "int32",
      "description": "WhitelabelId.",
      "type": "integer",
      "example": 500123
    },
    "PackageId": {
      "description": "PackageId.",
      "type": "string",
      "example": "500123"
    },
    "FirebaseAppId": {
      "description": "FirebaseAppId.",
      "type": "string",
      "example": "500123"
    },
    "FirebaseProjectId": {
      "description": "FirebaseProjectId.",
      "type": "string",
      "example": "500123"
    }
  }
}