Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 33d5861

Browse files
doc
1 parent f60878c commit 33d5861

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
[Firebase Android SDK Changelog](https://firebase.google.com/support/release-notes/android)
55

66

7+
## 5.3.0 (2018, April 25)
8+
9+
### New
10+
11+
- [#549](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/pull/549) Basic integration of Crashlytics for iOS
12+
- [#647](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/pull/647) Allow standalone Analytics import
13+
14+
715
## 5.2.0 (2018, April 2)
816

917
### New

demo-ng/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@angular/platform-browser-dynamic": "5.2.10",
2424
"@angular/router": "5.2.10",
2525
"nativescript-angular": "~5.3.0",
26-
"nativescript-plugin-firebase": "5.3.0",
26+
"nativescript-plugin-firebase": "^5.0.0",
2727
"nativescript-theme-core": "~1.0.4",
2828
"reflect-metadata": "~0.1.10",
2929
"rxjs": "~5.5.0",

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
},
1111
"dependencies": {
12-
"nativescript-plugin-firebase": "5.3.0",
12+
"nativescript-plugin-firebase": "^5.0.0",
1313
"nativescript-theme-core": "^1.0.4",
1414
"nativescript-unit-test-runner": "^0.3.4",
1515
"tns-core-modules": "~4.0.0"

docs/CRASHREPORTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@
33
## Enabling Crash Reporting
44
Since version 5.3.0 you can choose either Crashlytics (recommended) or the older Firebase crash reporting (which doesn't really work on iOS).
55
You will be prompted during installation of the plugin to enable either Crashlytics or Crash Reporting (it's off by default).
6+
7+
If you want to use Crashlytics, make sure your `firebase.nativescript.json` file has `"crashlytics": true` and `"crash_reporting": false`,
8+
then remove the `platforms` folder so these changes are picked up.

0 commit comments

Comments
 (0)