Skip to content

Commit

Permalink
Skip testing deploying rules to the default Firestore instance. Docs …
Browse files Browse the repository at this point in the history
…only.
  • Loading branch information
rainshen49 committed Nov 19, 2024
1 parent 9d9de1a commit 0afc4e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
# In case there are existing rules in the default db
import {
id = "projects/{{project}}/releases/cloud.firestore"
to = google_firebaserules_release.primary
}

resource "google_firebaserules_release" "primary" {
name = "cloud.firestore"
project = "{{project}}"
Expand Down
2 changes: 2 additions & 0 deletions tpgtools/overrides/firebaserules/samples/release/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
test_hide:
- firestore_release.yaml

0 comments on commit 0afc4e9

Please sign in to comment.