From ac767ab2198ab55d3cfcc20fafab838301e6f051 Mon Sep 17 00:00:00 2001 From: Fabio Martino Date: Mon, 11 Nov 2024 09:08:30 +0000 Subject: [PATCH] fix(cordova-plugin-firebase-model): updated to @awesome-cordova-plugins/core (#4858) --- .../plugins/firebase-model/index.ts | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/src/@awesome-cordova-plugins/plugins/firebase-model/index.ts b/src/@awesome-cordova-plugins/plugins/firebase-model/index.ts index d84441bfbe..f2d2385902 100644 --- a/src/@awesome-cordova-plugins/plugins/firebase-model/index.ts +++ b/src/@awesome-cordova-plugins/plugins/firebase-model/index.ts @@ -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 { @@ -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