Skip to content

Commit fc4f263

Browse files
committed
Merge branch 'main' of github.com:firebase/firebase-js-sdk into markduckworth/ppl
2 parents 3ab4f5c + caf3090 commit fc4f263

File tree

414 files changed

+23540
-9003
lines changed

Some content is hidden

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

414 files changed

+23540
-9003
lines changed

.changeset/cold-chairs-fold.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.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/sharp-dingos-admire.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.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/small-geckos-mix.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.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/CODEOWNERS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ packages/database @maneesht @aashishpatil-g @firebase/jssdk-global-approvers
1515
packages/database-compat @maneesht @aashishpatil-g @firebase/jssdk-global-approvers
1616
packages/database-types @maneesht @aashishpatil-g @firebase/jssdk-global-approvers
1717

18+
# Data Connect Code
19+
packages/data-connect @maneesht @aashishpatil-g @firebase/jssdk-global-approvers
20+
1821
# Firestore Code
1922
packages/firestore @firebase/firestore-js-team @firebase/jssdk-global-approvers
2023
packages/firestore-compat @firebase/firestore-js-team @firebase/jssdk-global-approvers

.github/ISSUE_TEMPLATE/bug_report_v2.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ body:
6363
- Auth
6464
- Component
6565
- Database
66+
- DataConnect
6667
- Firestore
6768
- Functions
6869
- Installations

0 commit comments

Comments
 (0)