{
  "emulators": {
    "firestore": {
      "port": "8080"
    },
    "functions": {
      "port": "5001"
    },
    "pubsub": {
      "port": "8085"
    }
  },
  "firestore": {
    "rules": "firestore.rules"
  },
  "functions": {
    "source": ".",
    "ignore": [".git", "node_modules", "tmp"],
    "predeploy": "yarn build"
  }
}
