diff --git a/src/@awesome-cordova-plugins/plugins/firebase-x/index.ts b/src/@awesome-cordova-plugins/plugins/firebase-x/index.ts index 1e9f8ec7..a20bf368 100644 --- a/src/@awesome-cordova-plugins/plugins/firebase-x/index.ts +++ b/src/@awesome-cordova-plugins/plugins/firebase-x/index.ts @@ -849,10 +849,11 @@ export class FirebaseX extends AwesomeCordovaNativePlugin { * using a string other than retry to name that event if you are counting a different type of event. * * @param {string} name + * @param {string} counterName * @returns {Promise} */ @Cordova() - incrementCounter(name: string): Promise { + incrementCounter(name: string, counterName: string): Promise { return; }