Features
- analytics: allow custom event parameters for begin_checkout and purchase events (#7760) (424b9d9)
- firestore: export and test types for the modular API (ad40ea2)
- firestore: implement the getDoc modular api (e90782b)
- functions: typescript definitions for httpsCallable and httpsCallableFromUrl (#7762) (3446ca3)
- functions: typescript definitions for modular functions API (#7777) (e724a46)
- include phoneNumber from PhoneMultiFactorInfo (5acdfb3)
Bug Fixes
- app: react-native 0.74 bridgeless mode compatibility (#7688) (a6805bc)
- auth, android: change error code for invalid multi-factor session to match iOS WIP needs test (0f15f2d)
- auth, android: return credential for signin if phone auth has link collision (#7793) (f8916e2)
- auth, ios: reject multi-factor API call if session not found (3d61e32)
- ci: allow yarn lockfile modification in CI for patch generation (94979f5)
- ci: fix executable bits on ios_config script during patchset generation (0c1c4ae)
- ci: use modern yarn syntax to add packages during patchset generation (cfd6f19)
- firestore: fix types for the
whereapi in modular queries (d874e15) - messaging, ios: register for notifications on permission grant (ccd78b9), closes #7272
- messaging, ios: reject notification registration after 10 seconds (1f86483), closes #7272