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

Commit

Permalink
doc++
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Apr 25, 2018
1 parent 4274b04 commit 00444ca
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
12 changes: 5 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,18 @@
## 5.3.0 (2018, April 25)

### New

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

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


## 5.2.0 (2018, April 2)

### New

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

### New

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


## 5.1.7 (2018, February 11)

### New

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


Expand All @@ -57,7 +58,6 @@
## 5.1.4 (2018, January 23)

### New

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

### Fixes
Expand All @@ -71,11 +71,9 @@
## 5.1.3 (2018, January 15)

### New

- [#170](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/170) Need a way to unregister push notification from Firebase
- [#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


### Fixes
- [#577](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/577) Firestore References can't be parsed
- [#601](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/601) Error using admob
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* [Remote Config](docs/REMOTECONFIG.md)
* [Cloud Messaging](docs/MESSAGING.md)
* [Storage](docs/STORAGE.md)
* [Crash Reporting](docs/CRASHREPORTING.md)
* [Crash Reporting / Crashlytics](docs/CRASHREPORTING.md)
* [Analytics](docs/ANALYTICS.md)
* [Invites and Dynamic Links](docs/INVITES_DYNAMICLINKS.md)
* [AdMob](docs/ADMOB.md)
Expand Down
8 changes: 4 additions & 4 deletions docs/CRASHREPORTING.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<img src="https://raw.githubusercontent.com/EddyVerbruggen/nativescript-plugin-firebase/master/docs/images/features/crash.png" height="85px" alt="Crash Reporting"/>

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

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

0 comments on commit 00444ca

Please sign in to comment.