mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-04-02 04:43:04 +08:00
parent
83a3569155
commit
4ca4f9443d
@ -60,7 +60,7 @@ export class Firebase extends IonicNativePlugin {
|
|||||||
onNotificationOpen(): Observable<any> { return; }
|
onNotificationOpen(): Observable<any> { return; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Grant permission to recieve push notifications
|
* Grant permission to receive push notifications
|
||||||
* @return {Promise<any>}
|
* @return {Promise<any>}
|
||||||
*/
|
*/
|
||||||
@Cordova({
|
@Cordova({
|
||||||
@ -69,7 +69,7 @@ export class Firebase extends IonicNativePlugin {
|
|||||||
grantPermission(): Promise<any> { return; }
|
grantPermission(): Promise<any> { return; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Check permission to recieve push notifications
|
* Check permission to receive push notifications
|
||||||
* @return {Promise<any>}
|
* @return {Promise<any>}
|
||||||
*/
|
*/
|
||||||
@Cordova({
|
@Cordova({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user