[auth] Remove superfluous getCurrentUser method which doesn’t exist in API

This commit is contained in:
Chris Bianca
2018-01-16 17:39:27 +00:00
parent 63859b311d
commit 285e31df65
3 changed files with 0 additions and 47 deletions

View File

@@ -319,14 +319,6 @@ export default class Auth extends ModuleBase {
return getNativeModule(this).checkActionCode(code);
}
/**
* Get the currently signed in user
* @return {Promise}
*/
getCurrentUser(): Promise<User | null> {
return this._interceptUserValue(getNativeModule(this).getCurrentUser());
}
/**
* Returns a list of authentication providers that can be used to sign in a given user (identified by its main email address).
* @return {Promise}