mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-31 18:49:43 +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;
|
||||
}
|
||||
|
||||
/**
|
||||
* Reload the current FCM user.
|
||||
* @return {Promise<FirebaseUser | string>}
|
||||
*/
|
||||
@Cordova()
|
||||
reloadCurrentUser(): Promise<FirebaseUser | string> {
|
||||
return;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get notified when a token is refreshed.
|
||||
* @return {Observable<any>}
|
||||
|
Loading…
Reference in New Issue
Block a user