For more detailed release notes, see Firebase JavaScript SDK Release Notes.
What's Changed
@firebase/ai@2.5.0
Minor Changes
- 
22e0a1a#9291 - DeprecatesendMediaChunks()andsendMediaStream(). Instead, use the new methods added to theLiveSessionclass.
 AddsendTextRealtime(),sendAudioReatime(), andsendVideoRealtime()to theLiveSessionclass.
- 
bc5a7c4#9330 - Add support for audio transcriptions in the Live API.
- 
c8263c4#9315 - AddinferenceSourceto the response fromgenerateContentandgenerateContentStream. This property indicates whether on-device or in-cloud inference was used to generate the result.
Patch Changes
firebase@12.5.0
Minor Changes
- 
22e0a1a#9291 - DeprecatesendMediaChunks()andsendMediaStream(). Instead, use the new methods added to theLiveSessionclass.
 AddsendTextRealtime(),sendAudioReatime(), andsendVideoRealtime()to theLiveSessionclass.
- 
bc5a7c4#9330 - Add support for audio transcriptions in the Live API.
- 
c8263c4#9315 - AddinferenceSourceto the response fromgenerateContentandgenerateContentStream. This property indicates whether on-device or in-cloud inference was used to generate the result.
Patch Changes
- 
2615081#9297 (fixes #9270) - Export MISSING_PASSWORD via AuthErrorCodes in @firebase/auth.
- 
Updated dependencies [ 91c218d,22e0a1a,bc5a7c4,2615081,44d9891,c8263c4]:
- 
@firebase/auth@1.11.1 
- 
@firebase/app@0.14.5 
- 
@firebase/ai@2.5.0 
- 
@firebase/auth-compat@0.6.1 
- 
@firebase/app-compat@0.5.5 
@firebase/app@0.14.5
Patch Changes
- Update SDK_VERSION.
@firebase/app-compat@0.5.5
Patch Changes
- Updated dependencies []:
- @firebase/app@0.14.5
@firebase/auth@1.11.1
Patch Changes
- 
91c218d#9313 - ExposebrowserCookiePersistencebeta feature in public typings.
- 
2615081#9297 (fixes #9270) - Export MISSING_PASSWORD via AuthErrorCodes in @firebase/auth.