|
1 | 1 | <img src="docs/images/firebase-logo.png" width="116px" height="32px" alt="Firebase"/> |
2 | 2 |
|
3 | | -SDK's updated! |
| 3 | +## 3.10.0 (2017, February 17) |
| 4 | + |
| 5 | +[Full changelog](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/compare/3.9.3...3.10.0) |
| 6 | + |
| 7 | +### SDK versions |
| 8 | + |
| 9 | +If version numbers __changed__, clean your platform folders to avoid build errors. |
| 10 | +Also, for Android update your Google Repository in the Android SDK manager (type `android` on the command prompt), |
| 11 | +and for iOS do a `pod repo update` to fetch the latest versions from Cocoapods. |
| 12 | + |
| 13 | +- __iOS: 3.13.x__ |
| 14 | +- __Android: 10.2.x__ |
| 15 | + |
| 16 | +### New |
| 17 | +- postinstall script enabled again, unless you're using NativeScript 2.5.0 |
| 18 | +- [#19](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/19) Conflict with nativescript-admob … |
| 19 | +- [#55](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/55) Support for AdMob |
| 20 | +- [#85](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/85) Google Service conflits on using nativescript-admob with this plugin |
| 21 | +- [#284](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/284) nativescript-plugin-firebase and nativescript admob conflict |
| 22 | +- [#286](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/286) send push notifications from app + small callback fix for push |
| 23 | + |
| 24 | +### Fixes |
| 25 | +- [#146](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/146) Sending Data Messages without notification key. |
| 26 | +- [#281](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/281) Fix app crash when notification structure is missing |
| 27 | +- [#285](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/285) Plugins not uncommented in include.gradle |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | +## 3.9.3 (2017, February 8) |
| 33 | + |
| 34 | +[Full changelog](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/compare/3.9.2...3.9.3) |
| 35 | + |
| 36 | +### SDK versions |
| 37 | + |
| 38 | +If version numbers __changed__, clean your platform folders to avoid build errors. |
| 39 | +Also, for Android update your Google Repository in the Android SDK manager (type `android` on the command prompt), |
| 40 | +and for iOS do a `pod repo update` to fetch the latest versions from Cocoapods. |
| 41 | + |
| 42 | +- iOS: 3.11.x |
| 43 | +- Android: 10.0.x |
| 44 | + |
| 45 | +### Fixes |
| 46 | +- [#275](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/275) tns plugin add nativescript-plugin-firebase seems to hang forever |
4 | 47 |
|
5 | | -## 3.9.4 (2017, February 15) |
6 | 48 |
|
7 | | -Fix postinstall script |
8 | 49 |
|
9 | 50 |
|
10 | 51 | ## 3.9.2 (2017, January 20) |
|
0 commit comments