mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-04 00:13:06 +08:00
chore(): run format
This commit is contained in:
parent
1ff54f64da
commit
de340c2b56
@ -34,8 +34,6 @@ import { Observable } from 'rxjs';
|
|||||||
})
|
})
|
||||||
@Injectable()
|
@Injectable()
|
||||||
export class FirebaseAuthentication extends IonicNativePlugin {
|
export class FirebaseAuthentication extends IonicNativePlugin {
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the current user logged in Firebase service
|
* Returns the current user logged in Firebase service
|
||||||
* @return {Promise<any>} Returns the user info
|
* @return {Promise<any>} Returns the user info
|
||||||
|
@ -214,7 +214,7 @@ export enum NotificationListenerType {
|
|||||||
/**
|
/**
|
||||||
* Notify that the JWT token is received
|
* Notify that the JWT token is received
|
||||||
*/
|
*/
|
||||||
JWTTokenReceived = 12
|
JWTTokenReceived = 12,
|
||||||
}
|
}
|
||||||
|
|
||||||
export enum AttachmentItemStatus {
|
export enum AttachmentItemStatus {
|
||||||
|
Loading…
Reference in New Issue
Block a user