mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-01 02:53:03 +08:00
firebase-x: Add missing function reloadCurrentUser() (#3527)
This commit is contained in:
parent
adca021f39
commit
36ae7dcad9
@ -179,6 +179,15 @@ export class FirebaseX extends IonicNativePlugin {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Reload the current FCM user.
|
||||||
|
* @return {Promise<FirebaseUser | string>}
|
||||||
|
*/
|
||||||
|
@Cordova()
|
||||||
|
reloadCurrentUser(): Promise<FirebaseUser | string> {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get notified when a token is refreshed.
|
* Get notified when a token is refreshed.
|
||||||
* @return {Observable<any>}
|
* @return {Observable<any>}
|
||||||
|
Loading…
Reference in New Issue
Block a user