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

Diff for: .changeset/nervous-timers-call.md

+5
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

Diff for: .changeset/six-toys-chew.md

+5
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

Diff for: .changeset/tall-peas-tell.md

+5
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.

Diff for: .changeset/tame-paws-nail.md

+53
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

Diff for: .changeset/tasty-boxes-brake.md

+5
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.

Diff for: .github/workflows/canary-deploy.yml

+1-1
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

Diff for: .github/workflows/check-changeset.yml

+1-1
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

Diff for: .github/workflows/check-docs.yml

+1-1
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

Diff for: .github/workflows/check-pkg-paths.yml

+1-1
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

Diff for: .github/workflows/deploy-config.yml

+1-1
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

Diff for: .github/workflows/e2e-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Set up Node (20)
4040
uses: actions/setup-node@master
4141
with:
42-
node-version: 20.x
42+
node-version: 22.10.0
4343
- name: install Chrome stable
4444
run: |
4545
sudo apt-get update

Diff for: .github/workflows/format.yml

+1-1
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: Run formatting script

Diff for: .github/workflows/health-metrics-pull-request.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- uses: actions/checkout@v3
4242
- uses: actions/setup-node@v3
4343
with:
44-
node-version: 20.x
44+
node-version: 22.10.0
4545
- uses: 'google-github-actions/auth@v0'
4646
with:
4747
credentials_json: '${{ secrets.GCP_SA_KEY }}'
@@ -58,7 +58,7 @@ jobs:
5858
- uses: actions/checkout@v3
5959
- uses: actions/setup-node@v3
6060
with:
61-
node-version: 20.x
61+
node-version: 22.10.0
6262
- uses: 'google-github-actions/auth@v0'
6363
with:
6464
credentials_json: '${{ secrets.GCP_SA_KEY }}'

Diff for: .github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up node (20)
2727
uses: actions/setup-node@v3
2828
with:
29-
node-version: 20.x
29+
node-version: 22.10.0
3030
- name: yarn install
3131
run: yarn
3232
- name: yarn lint

Diff for: .github/workflows/prerelease-manual-deploy.yml

+1-1
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: Deploy prerelease

Diff for: .github/workflows/release-log.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup Node.js 20.x
3232
uses: actions/setup-node@master
3333
with:
34-
node-version: 20.x
34+
node-version: 22.10.0
3535

3636
- name: Get PR number and send to tracker.
3737
run: node scripts/ci/log-changesets.js

Diff for: .github/workflows/release-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup Node.js 20.x
3636
uses: actions/setup-node@master
3737
with:
38-
node-version: 20.x
38+
node-version: 22.10.0
3939

4040
- name: Install Dependencies
4141
run: yarn

Diff for: .github/workflows/release-prod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Set up node (20)
3636
uses: actions/setup-node@v3
3737
with:
38-
node-version: 20.x
38+
node-version: 22.10.0
3939
- name: Checkout release branch (with history)
4040
uses: actions/checkout@v4
4141
with:

Diff for: .github/workflows/release-staging.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Set up node (20)
5050
uses: actions/setup-node@v3
5151
with:
52-
node-version: 20.x
52+
node-version: 22.10.0
5353
- name: Merge main into release
5454
uses: actions/github-script@v6
5555
with:

Diff for: .github/workflows/release-tweet.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Setup Node.js 20.x
3838
uses: actions/setup-node@master
3939
with:
40-
node-version: 20.x
40+
node-version: 22.10.0
4141
- name: Poll release notes page on devsite
4242
run: node scripts/ci/poll_release_notes.js
4343
env:

Diff for: .github/workflows/test-all.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Set up Node (20)
4444
uses: actions/setup-node@v3
4545
with:
46-
node-version: 20.x
46+
node-version: 22.10.0
4747
- name: Test setup and yarn install
4848
run: |
4949
cp config/ci.config.json config/project.json
@@ -82,7 +82,7 @@ jobs:
8282
- name: Set up Node (20)
8383
uses: actions/setup-node@v3
8484
with:
85-
node-version: 20.x
85+
node-version: 22.10.0
8686
- name: Test setup and yarn install
8787
run: |
8888
cp config/ci.config.json config/project.json
@@ -133,7 +133,7 @@ jobs:
133133
- name: Set up Node (20)
134134
uses: actions/setup-node@v3
135135
with:
136-
node-version: 20.x
136+
node-version: 22.10.0
137137
- name: Test setup and yarn install
138138
run: |
139139
cp config/ci.config.json config/project.json
@@ -173,7 +173,7 @@ jobs:
173173
- name: Set up Node (20)
174174
uses: actions/setup-node@v3
175175
with:
176-
node-version: 20.x
176+
node-version: 22.10.0
177177
- name: Test setup and yarn install
178178
run: |
179179
cp config/ci.config.json config/project.json
@@ -217,7 +217,7 @@ jobs:
217217
- name: Set up Node (20)
218218
uses: actions/setup-node@v3
219219
with:
220-
node-version: 20.x
220+
node-version: 22.10.0
221221
- run: cp config/ci.config.json config/project.json
222222
- run: yarn
223223
- run: yarn build:${{ matrix.persistence }}

Diff for: .github/workflows/test-changed-auth.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Set up Node (20)
6060
uses: actions/setup-node@v3
6161
with:
62-
node-version: 20.x
62+
node-version: 22.10.0
6363
- name: Test setup and yarn install
6464
run: |
6565
cp config/ci.config.json config/project.json
@@ -91,7 +91,7 @@ jobs:
9191
- name: Set up Node (20)
9292
uses: actions/setup-node@v3
9393
with:
94-
node-version: 20.x
94+
node-version: 22.10.0
9595
- name: Test setup and yarn install
9696
run: |
9797
cp config/ci.config.json config/project.json
@@ -115,7 +115,7 @@ jobs:
115115
- name: Set up Node (20)
116116
uses: actions/setup-node@v3
117117
with:
118-
node-version: 20.x
118+
node-version: 22.10.0
119119
- name: Test setup and yarn install
120120
run: |
121121
cp config/ci.config.json config/project.json

Diff for: .github/workflows/test-changed-fcm-integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Set up Node (20)
4242
uses: actions/setup-node@v3
4343
with:
44-
node-version: 20.x
44+
node-version: 22.10.0
4545
- name: Test setup and yarn install
4646
run: |
4747
cp config/ci.config.json config/project.json

Diff for: .github/workflows/test-changed-firestore-integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Set up Node (20)
7272
uses: actions/setup-node@v3
7373
with:
74-
node-version: 20.x
74+
node-version: 22.10.0
7575
- name: install Chrome stable
7676
run: |
7777
sudo apt-get update

Diff for: .github/workflows/test-changed-firestore.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Set up Node (20)
4141
uses: actions/setup-node@v3
4242
with:
43-
node-version: 20.x
43+
node-version: 22.10.0
4444
- name: install Chrome stable
4545
run: |
4646
sudo apt-get update
@@ -87,7 +87,7 @@ jobs:
8787
- name: Set up Node (20)
8888
uses: actions/setup-node@v3
8989
with:
90-
node-version: 20.x
90+
node-version: 22.10.0
9191
- name: install Chrome stable
9292
run: |
9393
sudo apt-get update
@@ -115,7 +115,7 @@ jobs:
115115
- name: Set up Node (20)
116116
uses: actions/setup-node@v3
117117
with:
118-
node-version: 20.x
118+
node-version: 22.10.0
119119
- name: install Chrome stable
120120
run: |
121121
sudo apt-get update
@@ -145,7 +145,7 @@ jobs:
145145
- name: Set up Node (20)
146146
uses: actions/setup-node@v3
147147
with:
148-
node-version: 20.x
148+
node-version: 22.10.0
149149
- name: install Chrome stable
150150
run: |
151151
sudo apt-get update
@@ -183,7 +183,7 @@ jobs:
183183
- name: Set up Node (20)
184184
uses: actions/setup-node@v3
185185
with:
186-
node-version: 20.x
186+
node-version: 22.10.0
187187
- name: Download build archive
188188
uses: actions/download-artifact@v3
189189
with:
@@ -222,7 +222,7 @@ jobs:
222222
- name: Set up Node (20)
223223
uses: actions/setup-node@v3
224224
with:
225-
node-version: 20.x
225+
node-version: 22.10.0
226226
- name: Test setup and yarn install
227227
run: cp config/ci.config.json config/project.json
228228
- name: Run tests
@@ -240,7 +240,7 @@ jobs:
240240
- name: Set up Node (20)
241241
uses: actions/setup-node@v3
242242
with:
243-
node-version: 20.x
243+
node-version: 22.10.0
244244
- name: Download build archive
245245
uses: actions/download-artifact@v3
246246
with:
@@ -277,7 +277,7 @@ jobs:
277277
- name: Set up Node (20)
278278
uses: actions/setup-node@v3
279279
with:
280-
node-version: 20.x
280+
node-version: 22.10.0
281281
- name: Test setup
282282
run: |
283283
cp config/ci.config.json config/project.json

Diff for: .github/workflows/test-changed-misc.yml

+1-1
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: install Chrome stable
3939
run: |
4040
sudo apt-get update

0 commit comments

Comments
 (0)