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

Commit

Permalink
[firebase_crashlytics] Update README with advice on testing installat…
Browse files Browse the repository at this point in the history
…ion (#1815)

* Add the result section for successfully installations

This section will give feedback on when the installation goes fine, plus informing user that `firebase` takes a while to display the collected crashes into the Firebase Console, since the time is quite long (almost a day) i think it's better to give a feedback here.
  • Loading branch information
nerder authored and collinjackson committed Jul 8, 2019
1 parent c34a7be commit 9591d3c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/firebase_crashlytics/CHANGELOG.md
@@ -1,3 +1,7 @@
## 0.0.4+10

* Update README.

## 0.0.4+9

* Fixed custom keys implementation.
Expand Down
11 changes: 11 additions & 0 deletions packages/firebase_crashlytics/README.md
Expand Up @@ -93,6 +93,17 @@ void main() {
}
```

## Result

If an error is caught, you should see the following messages in your logs:
```
flutter: Error caught by Crashlytics plugin:
...
flutter: Error reported to Crashlytics.
```

*Note:* It may take awhile (up to 24 hours) before you will be able to see the logs appear in your Firebase console.

## Example

See the [example application](https://github.com/flutter/plugins/tree/master/packages/firebase_crashlytics/example) source
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase_crashlytics/pubspec.yaml
@@ -1,7 +1,7 @@
name: firebase_crashlytics
description: Flutter plugin for Firebase Crashlytics. It reports uncaught errors to the
Firebase console.
version: 0.0.4+9
version: 0.0.4+10
author: Flutter Team <flutter-dev@google.com>
homepage: https://github.com/flutter/plugins/tree/master/packages/firebase_crashlytics

Expand Down

0 comments on commit 9591d3c

Please sign in to comment.