Files
awesome-cordova-plugins/docs/plugins/fabric/README.md
T
2026-03-21 17:08:43 -07:00

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)