mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-20 00:06:24 +08:00
chore(): run format
This commit is contained in:
@@ -34,8 +34,6 @@ import { Observable } from 'rxjs';
|
||||
})
|
||||
@Injectable()
|
||||
export class FirebaseAuthentication extends IonicNativePlugin {
|
||||
|
||||
|
||||
/**
|
||||
* Returns the current user logged in Firebase service
|
||||
* @return {Promise<any>} Returns the user info
|
||||
@@ -44,7 +42,7 @@ export class FirebaseAuthentication extends IonicNativePlugin {
|
||||
getCurrentUser(): Promise<any> {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Returns a JWT token used to identify the user to a Firebase service.
|
||||
* @param forceRefresh {boolean} Force Refresh
|
||||
|
||||
Reference in New Issue
Block a user