mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
feat(airship): Added new method waitForChannelId (#5122)
* feat(airship): Added new method waitForChannelId() * Update src/@awesome-cordova-plugins/plugins/airship/index.ts Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * docs: regenerate plugin readmes --------- Co-authored-by: Maxim Belov <belov1988@gmail.com> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
@@ -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) { }
|
||||
|
||||
Reference in New Issue
Block a user