Skip to content

Commit

Permalink
fix(cordova-plugin-firebase-model): updated to @awesome-cordova-plugi…
Browse files Browse the repository at this point in the history
…ns/core (#4858)
  • Loading branch information
fabiomartino authored Nov 11, 2024
1 parent 4b526e4 commit ac767ab
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions src/@awesome-cordova-plugins/plugins/firebase-model/index.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
import { Injectable } from '@angular/core';
import {
Plugin,
Cordova,
CordovaProperty,
CordovaInstance,
InstanceProperty,
IonicNativePlugin,
} from '@ionic-native/core';
import { Plugin, Cordova, AwesomeCordovaNativePlugin } from '@awesome-cordova-plugins/core';
import { Observable } from 'rxjs';

export enum FirebaseModelStatus {
Expand Down Expand Up @@ -93,7 +86,7 @@ export class FirebaseModelInput {
platforms: ['iOS'], // Array of platforms supported, example: ['Android', 'iOS']
})
@Injectable()
export class FirebaseModel extends IonicNativePlugin {
export class FirebaseModel extends AwesomeCordovaNativePlugin {
/**
* This function configure the Firebase TFLite model and downloads.
* @param {string} arg1 Name of the TFLite model which is uploaded in the Firebase console
Expand Down

0 comments on commit ac767ab

Please sign in to comment.