Skip to content

Commit 2e4ae9a

Browse files
committed
Merge branch 'master' into fei-error-refactor
2 parents 03bfd82 + f355439 commit 2e4ae9a

File tree

230 files changed

+2463
-1622
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

230 files changed

+2463
-1622
lines changed

.changeset/config.json

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"@firebase/installations-types-exp",
2222
"@firebase/performance-exp",
2323
"@firebase/performance-types-exp",
24-
"@firebase/testing",
2524
"firebase-exp",
2625
"@firebase/app-compat",
2726
"@firebase/changelog-generator",

.changeset/shy-trees-divide.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"firebase": major
3+
"@firebase/firestore": major
4+
---
5+
6+
Removed depreacted `experimentalTabSynchronization` settings. To enable multi-tab sychronization, use `synchronizeTabs` instead.

.github/workflows/test-changed-misc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test rxFire, @firebase/testing and @firebase/rules-unit-testing
1+
name: Test rxFire and @firebase/rules-unit-testing
22

33
on: pull_request
44

0 commit comments

Comments
 (0)