googleapis.com

Creates and manages rules that determine when a Firebase Rules-enabled service should permit a request.

🔑 oauth2 9 endpoints analyticsmedia
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (10 total)

mcp-toolbox-sdk-python ✓ Official
pip install mcp-toolbox-sdk-python
python-storage ✓ Official
pip install python-storage
python-aiplatform ✓ Official
pip install python-aiplatform
python-genai ✓ Official
pip install python-genai
js-genai ✓ Official
npm install js-genai
go-genai ✓ Official
go get github.com/googleapis/go-genai
sdk-platform-java ✓ Official
# Maven: see https://github.com/googleapis/sdk-platform-java
java-genai ✓ Official
# Maven: see https://github.com/googleapis/java-genai
dotnet-genai ✓ Official
# See https://github.com/googleapis/dotnet-genai
gax-java ✓ Official
# See https://github.com/googleapis/gax-java
curl examples
Get a `Ruleset` by name including the full `Source` contents.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://firebaserules.googleapis.com/v1/{name}
List the `Release` values for a project. This list may optionally be filtered…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://firebaserules.googleapis.com/v1/{name}/releases
List `Ruleset` metadata only and optionally filter the results by `Ruleset` n…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://firebaserules.googleapis.com/v1/{name}/rulesets
Endpoints (9 total)
GET
/v1/{name}
Get a `Ruleset` by name including the full `Source` contents.
GET
/v1/{name}/releases
List the `Release` values for a project. This list may optionally be filtered…
GET
/v1/{name}/rulesets
List `Ruleset` metadata only and optionally filter the results by `Ruleset` n…
GET
/v1/{name}:getExecutable
Get the `Release` executable to use when enforcing rules.
POST
/v1/{name}:test
Test `Source` for syntactic and semantic correctness. Issues present, if any,…
POST
/v1/{name}/releases
Create a `Release`. Release names should reflect the developer's deployment p…
POST
/v1/{name}/rulesets
Create a `Ruleset` from `Source`. The `Ruleset` is given a unique generated n…
PATCH
/v1/{name}
Update a `Release` via PATCH. Only updates to `ruleset_name` will be honored.…
DELETE
/v1/{name}
Delete a `Ruleset` by resource name. If the `Ruleset` is referenced by a `Rel…
At a glance
Total SDKs10
Languages6
Endpoints9
Authoauth2
Categories2
https://firebaserules.googleapis.com