|
3 | 3 | - [Firebase iOS SDK Changelog](https://firebase.google.com/support/release-notes/ios) |
4 | 4 | - [Firebase Android SDK Changelog](https://firebase.google.com/support/release-notes/android) |
5 | 5 |
|
6 | | -## 9.0.0 (2019, June xx) |
| 6 | +## 10.1.1 (2019, Oct 29) |
| 7 | +[Fixes & Enhancements](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/milestone/114?closed=1) |
| 8 | + |
| 9 | + |
| 10 | +## 10.1.0 (2019, Oct 18) |
| 11 | +[Fixes & Enhancements](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/milestone/113?closed=1) |
| 12 | + |
| 13 | + |
| 14 | +## 10.0.2 (2019, Oct 16) |
| 15 | +[Fixes & Enhancements](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/milestone/112?closed=1) |
| 16 | + |
| 17 | + |
| 18 | +## 10.0.1 (2019, Sep 30) |
| 19 | +[Fixes & Enhancements](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/milestone/111?closed=1) |
| 20 | + |
| 21 | + |
| 22 | +## 10.0.0 (2019, Sep 17) |
| 23 | +[Fixes & Enhancements](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/milestone/109?closed=1) |
| 24 | + |
| 25 | +> Make sure to run a `pod repo update` on your dev machine, because this version includes the latest Firebase iOS (and Android) SDKs. |
| 26 | +
|
| 27 | +> This version requires a minimum version of NativeScript 5.2. For MLKit features on iOS it's recommended to use a minimum `tns-ios` version of 6.1.0, otherwise you may run into build issues. |
| 28 | +
|
| 29 | + |
| 30 | +## 9.1.1 (2019, Aug 27) |
| 31 | +[Fixes & Enhancements](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/milestone/110?closed=1) |
| 32 | + |
| 33 | + |
| 34 | +## 9.1.0 (2019, Aug 19) |
| 35 | +[Fixes & Enhancements](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/milestone/104?closed=1) |
| 36 | + |
| 37 | +> Make sure to run a `pod repo update` on your dev machine, because this version includes the latest Firebase iOS (and Android) SDKs. |
| 38 | +
|
| 39 | + |
| 40 | +## 9.0.4 (2019, July 22) |
| 41 | +[Fixes & Enhancements](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/milestone/108?closed=1) |
| 42 | + |
| 43 | + |
| 44 | +## 9.0.3 (2019, July 10) |
| 45 | +[Fixes & Enhancements](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/milestone/107?closed=1) |
| 46 | + |
| 47 | + |
| 48 | +## 9.0.2 (2019, July 9) |
| 49 | +[Fixes & Enhancements](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/milestone/106?closed=1) |
| 50 | + |
| 51 | + |
| 52 | +## 9.0.1 (2019, June 18) |
| 53 | +[Fixes & Enhancements](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/milestone/105?closed=1) |
| 54 | + |
| 55 | + |
| 56 | +## 9.0.0 (2019, June 18) |
7 | 57 | [Fixes & Enhancements](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/milestone/103?closed=1) |
8 | 58 |
|
9 | | -> Make sure to run a `pod repo update` on your dev machine, because this version includes the latest Firebase iOS SDKs |
| 59 | +#### BREAKING CHANGES |
| 60 | + |
| 61 | +> `fetchProvidersForEmail` has been removed - use `fetchSignInMethodsForEmail` instead. |
10 | 62 |
|
11 | 63 | > Firebase Invites has been removed - use Dynamic Links instead! Also see https://firebase.google.com/docs/invites/deprecation and https://firebase.google.com/docs/dynamic-links/use-cases/user-to-user |
12 | 64 |
|
| 65 | +> Firebase crash reporting has been removed from the SDKs. Use Crashlytics instead. This also means `firebase.sendCrashLog` is gone. Use `firebase.crashlytics.sendCrashLog()` instead. |
| 66 | +
|
| 67 | +> If you're on NativeScript < 5.2 and target iOS, then it's recommended to stick with a plugin version < 9.0.0 because you _may_ run into incompatibilities with certain features. |
| 68 | +
|
| 69 | +> Also, make sure to run a `pod repo update` on your dev machine, because this version includes the latest Firebase iOS SDKs. |
| 70 | +
|
13 | 71 | ## 8.3.2 (2019, May 14) |
14 | 72 | [Fixes & Enhancements](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/milestone/101?closed=1) |
15 | 73 |
|
|
0 commit comments