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

Commit 00444ca

Browse files
doc++
1 parent 4274b04 commit 00444ca

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

CHANGELOG.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,18 @@
77
## 5.3.0 (2018, April 25)
88

99
### New
10-
1110
- [#549](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/pull/549) Basic integration of Crashlytics for iOS
1211
- [#647](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/pull/647) Allow standalone Analytics import
1312

13+
### Fixes
14+
- [#321](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/321) Crash reporting never fill
15+
- [#543](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/543) Firebase crashlytics
16+
- [#676](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/676) Crash logs are not appearing for android in google firebase console
17+
1418

1519
## 5.2.0 (2018, April 2)
1620

1721
### New
18-
1922
- [#648](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/648) Implement setUserId for analytics
2023
- [#665](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/665) Add Email Link Authentication
2124
- [#666](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/666) Add 'keywords' support to AdMob banners
@@ -31,14 +34,12 @@
3134
## 5.1.8 (2018, March 1)
3235

3336
### New
34-
3537
- [#633](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/633) The plugin is too picky about the name of the entitlements file
3638

3739

3840
## 5.1.7 (2018, February 11)
3941

4042
### New
41-
4243
- [#624](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/624) Get push key avoiding .then()
4344

4445

@@ -57,7 +58,6 @@
5758
## 5.1.4 (2018, January 23)
5859

5960
### New
60-
6161
- [#615](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/615) Conflict with nativescript-barcodescanner
6262

6363
### Fixes
@@ -71,11 +71,9 @@
7171
## 5.1.3 (2018, January 15)
7272

7373
### New
74-
7574
- [#170](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/170) Need a way to unregister push notification from Firebase
7675
- [#609](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/609) When Google Play Services is not available, show a dialog asking the user to install it
7776

78-
7977
### Fixes
8078
- [#577](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/577) Firestore References can't be parsed
8179
- [#601](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/601) Error using admob

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* [Remote Config](docs/REMOTECONFIG.md)
2323
* [Cloud Messaging](docs/MESSAGING.md)
2424
* [Storage](docs/STORAGE.md)
25-
* [Crash Reporting](docs/CRASHREPORTING.md)
25+
* [Crash Reporting / Crashlytics](docs/CRASHREPORTING.md)
2626
* [Analytics](docs/ANALYTICS.md)
2727
* [Invites and Dynamic Links](docs/INVITES_DYNAMICLINKS.md)
2828
* [AdMob](docs/ADMOB.md)

docs/CRASHREPORTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<img src="https://raw.githubusercontent.com/EddyVerbruggen/nativescript-plugin-firebase/master/docs/images/features/crash.png" height="85px" alt="Crash Reporting"/>
22

3-
## Enabling Crash Reporting
4-
Since version 5.3.0 you can choose either Crashlytics (recommended) or the older Firebase crash reporting (which doesn't really work on iOS).
5-
You will be prompted during installation of the plugin to enable either Crashlytics or Crash Reporting (it's off by default).
3+
## Enabling Crash Reporting / Crashlytics
4+
Since version 5.3.0 you can choose either Crashlytics (recommended) or the older Firebase Crash Reporting (which doesn't really work on iOS).
5+
You will be prompted during installation of the plugin to enable either Crashlytics or Crash Reporting (both are off by default).
66

7-
If you want to use Crashlytics, make sure your `firebase.nativescript.json` file has `"crashlytics": true` and `"crash_reporting": false`,
7+
Note that if you want to use Crashlytics, make sure your `firebase.nativescript.json` file has `"crashlytics": true` and `"crash_reporting": false`,
88
then remove the `platforms` folder so these changes are picked up.

0 commit comments

Comments
 (0)