Features
- analytics: add Expo config plugin for withoutAdIdSupport (#8969) (5af7a6a)
- analytics: add support for googleAppMeasurementOnDeviceConversion in iOS Expo plugin (#9014) (a7a5125)
- firestore: add 'source' option to enable local cache firestore listeners (e3ce410)
Bug Fixes
- analytics: cast item INDEX param to integer (915dc8a)
- analytics: coerce all number params from js double to native integral (760ddd2)
- analytics: success param type now boolean - never worked before, now works (7e122b2)
- android: catch RejectedExecutionException on executor-backed Tasks (375ade9)
- database, android: remove RTDB listeners before shutting down executors (25ed605)
- docs: workflow to generate+publish API docs, call same on publish (8222a96)
- firebase-android-sdk 34.14.0, firebase-ios-sdk 12.11.0, firebase-js-sdk 12.14.0 (65bbe94)
- firestore, android: catch RejectedExecutionException in sendOnSnapshotEvent (602d7ad)
- firestore: restore generic root type exports for
DocumentSnapshot,Transaction, andWriteBatch(#8997) (9809622)