Skip to content

Commit f527552

Browse files
authoredNov 26, 2024··
11.6.0 Changelog updates (#14173)
1 parent 19f36aa commit f527552

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
 

‎FirebaseAuth/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 11.6.0
22
- [fixed] Restore Firebase 10 behavior by synchronizing access to the
33
`Auth.currentUser` API. This resolves some Firebase 11 issues where the
44
current user is unexpectedly `nil` at startup.

‎FirebasePerformance/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 11.6.0
22
- [fixed] Fix a crash related to registering for notifications when the app is between foreground or background states. (#13174)
33

44
# 11.5.0

‎FirebaseVertexAI/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 11.6.0
22
- [changed] The token counts from `GenerativeModel.countTokens(...)` now include
33
tokens from the schema for JSON output and function calling; reported token
44
counts will now be higher if using these features.

‎Firestore/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 11.6.0
22
- [fixed] Add conditional `Sendable` conformance so `ServerTimestamp<T>` is
33
`Sendable` if `T` is `Sendable`. (#14042)
44

0 commit comments

Comments
 (0)
Please sign in to comment.