docs: regenerate plugin readmes

This commit is contained in:
Daniel Sogl
2026-03-21 16:35:15 -07:00
parent f34bfafe93
commit 44ad6fbe5b
3 changed files with 45 additions and 119 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ $ npm install @awesome-cordova-plugins/firebase-model
This plugin downloads the TensorFlow model from firebase and classify the images.
```typescript
import { FirebaseModel } from '@ionic-native/ionic-native-firebase-model';
import { FirebaseModel } from '@awesome-cordova-plugins/firebase-model';
constructor(private firebaseModel: FirebaseModel) { }