mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
30 lines
713 B
Markdown
30 lines
713 B
Markdown
---
|
|
description: >-
|
|
Crashlytics plugin for Cordova and Ionic. API for interacting with the Crashlytics kit. https://docs.fabric.io/crashlytics/index.html
|
|
---
|
|
|
|
# Crashlytics
|
|
|
|
API for interacting with the Crashlytics kit.
|
|
|
|
https://docs.fabric.io/crashlytics/index.html
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
ionic cordova plugin add cordova-fabric-plugin --variable FABRIC_API_KEY=XXX --variable FABRIC_API_SECRET=xxx
|
|
npm install @awesome-cordova-plugins/fabric
|
|
```
|
|
|
|
**Plugin Repo:** [https://www.npmjs.com/package/cordova-fabric-plugin](https://www.npmjs.com/package/cordova-fabric-plugin)
|
|
|
|
## Supported Platforms
|
|
|
|
- Android
|
|
- iOS
|
|
|
|
## Further Information
|
|
|
|
- [Installation Guide](../../installation.md)
|
|
- [FAQ](../../faq.md)
|