Skip to content

Commit 6b6fefa

Browse files
committed
Changeset not changelog
1 parent 1e3b036 commit 6b6fefa

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.changeset/lazy-elephants-suffer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
'@firebase/rules-unit-testing': minor
33
---
44

5-
Add withFunctionTriggersDisabled function to facilitate test setup
5+
Add withFunctionTriggersDisabled function which runs a user-provided setup function with emulated Cloud Functions triggers disabled. This can be used to import data into the Realtime Database or Cloud Firestore emulators without triggering locally emulated Cloud Functions. This method only works with Firebase CLI version 8.13.0 or higher.

packages/rules-unit-testing/CHANGELOG.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
# @firebase/rules-unit-testing
22

3-
## 1.1.0
4-
5-
### Minor Changes
6-
7-
- Adds `withFunctionTriggersDisabled` which runs a user-provided setup function with background Cloud Functions triggers disabled. This can be used to import data into the Realtime Database or Cloud Firestore emulators without triggering locally emulated Cloud Functions. This method only works with Firebase CLI version 8.13.0 or higher.
8-
93
## 1.0.9
104

115
### Patch Changes

0 commit comments

Comments
 (0)