Skip to content

Latest commit

 

History

History
76 lines (34 loc) · 4.92 KB

CHANGELOG.md

File metadata and controls

76 lines (34 loc) · 4.92 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

10.2.0 (2020-12-11)

Bug Fixes

  • docs: correct path to source code (#4659) (b535757)
  • remote-config, ios: correct number comparison / fix fetch throttling (#4664) (5a68a8a)

Features

  • firebase-ios-sdk 7.2.0 / firebase-android-sdk 26.1.1 (#4648) (a158a74)

10.1.1 (2020-12-02)

Bug Fixes

  • messaging: remote message from messaging store on new intent (#4634) (00b83af)

10.1.0 (2020-11-26)

Bug Fixes

  • analytics: add missing quantity parameter to the Item structure (#4536) (f9935e7)
  • app: convert NativeFirebaseError.getStackWithMessage to static to fix crash (#4619) (090b0bb)
  • app, android: remove firebase-core from dependencies (#4597) (22c615c)
  • messaging, badge: use new iOS JSON location for FCM badge information (#4560) (bda2d67)

Features

  • admob, ios: add adaptive banner support (#4565) (ce8ac1a)
  • crashlytics: add custom message ability to javascript stack traces (#4609) (afaa95d)
  • messaging, android: make native serializer object + events builder APIs public (#4618) (e54fecc)

10.0.0 (2020-11-17)

BREAKING

  • analytics remove deprecated analytics methods (18f5b0f)
  • breaking change to mark new internal versioning requirements.

Bug Fixes

  • auth, android: fixed user collision handling with apple sign-in (#4487) (6a8f8ad)
  • auth, android: gracefully handle exception creating PhoneCredential (8ead604)
  • auth, android: handle failure to upgrade anonymous user (41fad36), closes #4487

Features

  • auth, android: apple sign in support in android (#4188) (c6e77a8)
  • auth, emulator: add useEmulator javascript code + jest tests (532adb5)
  • auth, emulator: implement native useEmulator calls (81369a0)