⚠ BREAKING CHANGES
- firestore: alter all use of DocumentSnapshot
existstoexists()- should be a method not a property - auth: return type of auth isSignInWithEmailLink changed from
booleantoPromise<boolean> - app, sdks: firebase-ios-sdk 11.12.0 requires Xcode 16.2+
Features
- app, sdks: firebase-ios-sdk 11.12.0 / firebase-android-sdk 33.13.0 (c63d843)
- auth: use native isSignInWithEmailLink - returns Promise vs boolean (#8450) (3785690)
Bug Fixes
- analytics: Type defs (#8363) (74efc84)
- android: use
=assignment vs deprecated space-assignment (39c2ecb) - auth: Make REVERSED_CLIENT_ID optional (#8470) (a909d1b)
- enable provenance signing during publish (4535f0d)
- firestore: DocumentSnapshot.exists() should be a method not a property (#8483) (346272c)