Skip to content

Commit dc26a11

Browse files
Merge branch 'crashlytics-tracing' into crashTracingRebase
2 parents fae66be + 8d9ca76 commit dc26a11

File tree

90 files changed

+9932
-850
lines changed

Some content is hidden

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

90 files changed

+9932
-850
lines changed

.changeset/afraid-pigs-heal.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'firebase': minor
3+
'@firebase/firestore': minor
4+
---
5+
6+
Support added for `mapSet`, `mapValues`, `mapEntries`, `mapKeys` Pipelines expressions.

.changeset/eighty-ghosts-pull.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'firebase': minor
3+
'@firebase/firestore': minor
4+
---
5+
6+
Support added for the following string Pipeline expressions: `stringRepeat`, `stringReplaceOne`, `stringReplaceAll`, `stringIndexOf`, `ltrim`, `rtrim`.

.changeset/fast-cherries-fold.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@firebase/data-connect": minor
3+
"@firebase/util": minor
4+
"firebase": minor
5+
---
6+
7+
Add Memory-Based caching to Queries in Firebase Data Connect.

.changeset/few-dodos-ring.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'firebase': minor
3+
'@firebase/firestore': minor
4+
---
5+
6+
Add support for first, last, array_agg and array_agg_distinct expressions

.changeset/orange-bags-jog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'firebase': minor
3+
'@firebase/firestore': minor
4+
---
5+
6+
Add support for rand and trunc pipeline expressions

.changeset/tiny-jokes-compete.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'firebase': minor
3+
'@firebase/firestore': minor
4+
---
5+
6+
feat(firestore): Support added for the `isType` Pipeline expression.

.yarnrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1+
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
2+
# yarn lockfile v1
3+
4+
15
registry "https://registry.npmjs.org/"
26
save-prefix ""
7+
yarn-path ".yarn/releases/yarn-1.22.11.cjs"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ order to run the tests, you will need to update your bucket's CORS rules.
139139
1. Install `gsutil` from https://cloud.google.com/storage/docs/gsutil_install
140140
1. You will need to login if this is your first time using `gsutil`. Run `gcloud auth login`
141141
and follow the instructions to login.
142-
1. Run `gsutil cors set cors.json gs://<your-cloud-storage-bucket>`
142+
1. Run `gcloud storage buckets update gs://<your-cloud-storage-bucket> --cors-file=cors.json`
143143

144144
For more information, visit https://firebase.google.com/docs/storage/web/download-files#cors_configuration
145145

common/api-review/crashlytics-angular.api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export interface Crashlytics {
1515
// @public
1616
export interface CrashlyticsOptions {
1717
appVersion?: string;
18-
loggingUrl?: string;
18+
endpointUrl?: string;
1919
tracingUrl?: string;
2020
}
2121

common/api-review/crashlytics-react-router.api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export interface Crashlytics {
1616
// @public
1717
export interface CrashlyticsOptions {
1818
appVersion?: string;
19-
loggingUrl?: string;
19+
endpointUrl?: string;
2020
tracingUrl?: string;
2121
}
2222

0 commit comments

Comments
 (0)