diff --git a/src/@ionic-native/plugins/firebase-authentication/index.ts b/src/@ionic-native/plugins/firebase-authentication/index.ts index d00a939f4..4c409fcc1 100644 --- a/src/@ionic-native/plugins/firebase-authentication/index.ts +++ b/src/@ionic-native/plugins/firebase-authentication/index.ts @@ -34,6 +34,17 @@ import { Observable } from 'rxjs'; }) @Injectable() export class FirebaseAuthentication extends IonicNativePlugin { + + + /** + * Returns the current user logged in Firebase service + * @return {Promise} Returns the user info + */ + @Cordova({ sync: true }) + getCurrentUser(): Promise { + return; + } + /** * Returns a JWT token used to identify the user to a Firebase service. * @param forceRefresh {boolean} Force Refresh