{
  "database": {
    "rules": "database.rules.json"
  },
  "hosting": {
    "public": "public",
      "rewrites": [
        {
          "source": "/checkIfAuthenticated",
          "function": "checkIfAuthenticated"
        }
      ]
  }
}
