Skip to content

Commit 5efbda2

Browse files
Merge
2 parents 7fc4e46 + ffef32e commit 5efbda2

File tree

370 files changed

+4427
-1903
lines changed

Some content is hidden

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

370 files changed

+4427
-1903
lines changed

.changeset/clean-toes-pump.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@firebase/auth': minor
3+
'firebase': minor
4+
---
5+
6+
Add ability to configure the SDK to communicate with the Firebase Auth emulator.

.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/early-elephants-learn.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@firebase/auth": patch
3+
---
4+
5+
Add a validation for useEmulator URL.

.changeset/ninety-kings-agree.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@firebase/rules-unit-testing': patch
3+
---
4+
5+
Do not delete uid property from user auth object in initializeTestApp()

.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/silver-books-reply.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
'firebase': minor
3+
'@firebase/functions-exp': minor
4+
'@firebase/functions': minor
5+
'@firebase/functions-types': minor
6+
---
7+
8+
Add a useEmulator(host, port) method to Cloud Functions

.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

common/api-review/auth-exp.api.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import { UserCredential } from '@firebase/auth-types-exp';
1717

1818
// @public (undocumented)
1919
export class ActionCodeURL implements externs.ActionCodeURL {
20+
// @internal
2021
constructor(actionLink: string);
2122
// (undocumented)
2223
readonly apiKey: string;

0 commit comments

Comments
 (0)