docs: optimize docs for SEO

This commit is contained in:
Daniel Sogl
2026-03-21 17:08:43 -07:00
parent d892dda497
commit 1a351b50f4
263 changed files with 4918 additions and 2564 deletions
+17 -8
View File
@@ -1,12 +1,10 @@
---
description: >-
Firebase Model plugin for Cordova and Ionic. This plugin downloads the TensorFlow model from firebase and classify the images. ```typescript import {…
---
# Firebase Model
```
$ ionic cordova plugin add cordova-plugin-firebase-model
$ npm install @awesome-cordova-plugins/firebase-model
```
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/firebase-model/)
This plugin downloads the TensorFlow model from firebase and classify the images.
```typescript
@@ -35,7 +33,18 @@ catch (e) {
```
## Supported platforms
## Installation
```bash
ionic cordova plugin add cordova-plugin-firebase-model
npm install @awesome-cordova-plugins/firebase-model
```
## Supported Platforms
- iOS
## Further Information
- [Installation Guide](../../installation.md)
- [FAQ](../../faq.md)