Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dd19924

Browse files
authoredMar 27, 2025··
Merge main into release
2 parents 202c732 + fb5d422 commit dd19924

Some content is hidden

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

62 files changed

+837
-488
lines changed
 

‎.changeset/orange-turtles-taste.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/auth': minor
4+
---
5+
6+
Adding `Persistence.COOKIE` a new persistence method backed by cookies. The
7+
`browserCookiePersistence` implementation is designed to be used in conjunction with middleware that
8+
ensures both your front and backend authentication state remains synchronized.

‎.changeset/red-hornets-peel.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+
Throw an error when initializing models if `appId` is not defined in the given `VertexAI` instance.

0 commit comments

Comments
 (0)
Please sign in to comment.