Skip to content

Commit 2c27206

Browse files
Merge main into release
2 parents a75082f + e3e2078 commit 2c27206

File tree

147 files changed

+16470
-5218
lines changed

Some content is hidden

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

147 files changed

+16470
-5218
lines changed

.changeset/nervous-timers-call.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@firebase/vertexai': patch
3+
---
4+
5+
Update to new base URL in documentation

.changeset/six-toys-chew.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@firebase/vertexai': patch
3+
---
4+
5+
Remove indentation in VertexAI API Not Enabled error

.changeset/tall-peas-tell.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@firebase/vertexai': patch
3+
---
4+
5+
Send App Check dummy token in header if there is an App Check getToken error.

.changeset/tame-paws-nail.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
'@firebase/analytics': patch
3+
'@firebase/analytics-compat': patch
4+
'@firebase/analytics-interop-types': patch
5+
'@firebase/analytics-types': patch
6+
'@firebase/app': patch
7+
'@firebase/app-check': patch
8+
'@firebase/app-check-compat': patch
9+
'@firebase/app-check-interop-types': patch
10+
'@firebase/app-check-types': patch
11+
'@firebase/app-compat': patch
12+
'@firebase/app-types': patch
13+
'@firebase/auth': patch
14+
'@firebase/auth-compat': patch
15+
'@firebase/auth-interop-types': patch
16+
'@firebase/auth-types': patch
17+
'@firebase/component': patch
18+
'@firebase/data-connect': patch
19+
'@firebase/database': patch
20+
'@firebase/database-compat': patch
21+
'@firebase/database-types': patch
22+
'firebase': patch
23+
'@firebase/firestore': patch
24+
'@firebase/firestore-compat': patch
25+
'@firebase/firestore-types': patch
26+
'@firebase/functions': patch
27+
'@firebase/functions-compat': patch
28+
'@firebase/functions-types': patch
29+
'@firebase/installations': patch
30+
'@firebase/installations-compat': patch
31+
'@firebase/installations-types': patch
32+
'@firebase/logger': patch
33+
'@firebase/messaging': patch
34+
'@firebase/messaging-compat': patch
35+
'@firebase/messaging-interop-types': patch
36+
'@firebase/performance': patch
37+
'@firebase/performance-compat': patch
38+
'@firebase/performance-types': patch
39+
'@firebase/remote-config': patch
40+
'@firebase/remote-config-compat': patch
41+
'@firebase/remote-config-types': patch
42+
'@firebase/rules-unit-testing': patch
43+
'@firebase/storage': patch
44+
'@firebase/storage-compat': patch
45+
'@firebase/storage-types': patch
46+
'@firebase/template': patch
47+
'@firebase/template-types': patch
48+
'@firebase/util': patch
49+
'@firebase/vertexai': patch
50+
'@firebase/webchannel-wrapper': patch
51+
---
52+
53+
Upgrade to TypeScript 5.5.4

.changeset/tasty-boxes-brake.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@firebase/firestore": patch
3+
---
4+
5+
Prevent a possible condition of slow snapshots, caused by a rapid series of document update(s) followed by a delete.

.github/workflows/canary-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Set up Node (20)
3535
uses: actions/setup-node@v3
3636
with:
37-
node-version: 20.x
37+
node-version: 22.10.0
3838
- name: Yarn install
3939
run: yarn
4040
- name: Deploy canary

.github/workflows/check-changeset.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Set up Node (20)
3838
uses: actions/setup-node@v3
3939
with:
40-
node-version: 20.x
40+
node-version: 22.10.0
4141
- name: Yarn install
4242
run: yarn
4343
- name: Run changeset script

.github/workflows/check-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set up Node (20)
3131
uses: actions/setup-node@v3
3232
with:
33-
node-version: 20.x
33+
node-version: 22.10.0
3434
- name: Yarn install
3535
run: yarn
3636
- name: Run doc generation

.github/workflows/check-pkg-paths.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set up Node (20)
3131
uses: actions/setup-node@v3
3232
with:
33-
node-version: 20.x
33+
node-version: 22.10.0
3434
- name: Yarn install
3535
run: yarn
3636
- name: Yarn build

.github/workflows/deploy-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Set up node (20)
3939
uses: actions/setup-node@v3
4040
with:
41-
node-version: 20.x
41+
node-version: 22.10.0
4242
- name: Yarn install
4343
run: yarn
4444
- name: Deploy project config if needed

0 commit comments

Comments
 (0)