diff --git a/src/@ionic-native/plugins/firebase-x/index.ts b/src/@ionic-native/plugins/firebase-x/index.ts index 9486fcc66..7a230ddd2 100644 --- a/src/@ionic-native/plugins/firebase-x/index.ts +++ b/src/@ionic-native/plugins/firebase-x/index.ts @@ -169,7 +169,7 @@ export class FirebaseX extends IonicNativePlugin { getId(): Promise { return; } - + /** * Get the current FCM user. * @return {Promise} @@ -178,6 +178,15 @@ export class FirebaseX extends IonicNativePlugin { getCurrentUser(): Promise { return; } + + /** + * Reload the current FCM user. + * @return {Promise} + */ + @Cordova() + reloadCurrentUser(): Promise { + return; + } /** * Get notified when a token is refreshed.