Skip to content

Commit c25c30d

Browse files
Merge branch 'master' into mrschmidt/loglevel
2 parents affbdfe + ffef32e commit c25c30d

File tree

239 files changed

+2501
-1785
lines changed

Some content is hidden

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

239 files changed

+2501
-1785
lines changed

.changeset/config.json

Lines changed: 0 additions & 1 deletion
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

Lines changed: 6 additions & 0 deletions
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.

.changeset/strange-rabbits-wait.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'firebase': major
3+
'@firebase/firestore': major
4+
'@firebase/firestore-types': major
5+
---
6+
7+
Removed the `timestampsInSnapshots` option from `FirestoreSettings`. Now, Firestore always returns `Timestamp` values for all timestamp values.

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

Lines changed: 1 addition & 1 deletion
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)