firebase@12.10.0
📦 firebase-sdkView on GitHub →
✨ 7 features🔧 18 symbols
Summary
This release introduces significant enhancements to Firestore Pipeline expressions, including map, string manipulation, aggregation, and type checking functions. It also adds automatic function calling support for ChatSession and memory-based caching for Data Connect queries.
✨ New Features
- Added automatic function calling capability when using ChatSession in @firebase/ai and firebase.
- Support added for mapSet, mapValues, mapEntries, mapKeys Pipelines expressions in firebase and @firebase/firestore.
- Support added for the following string Pipeline expressions: stringRepeat, stringReplaceOne, stringReplaceAll, stringIndexOf, ltrim, rtrim in firebase and @firebase/firestore.
- Add Memory-Based caching to Queries in Firebase Data Connect (@firebase/data-connect and firebase).
- Add support for first, last, array_agg and array_agg_distinct expressions in firebase and @firebase/firestore.
- Add support for rand and trunc pipeline expressions in firebase and @firebase/firestore.
- Support added for the isType Pipeline expression in firebase and @firebase/firestore.