From 511fe33512d6b6db390f6470252e4aa37761712d Mon Sep 17 00:00:00 2001 From: Auston Bunsen Date: Thu, 28 Mar 2019 18:27:24 -0400 Subject: [PATCH] Update Messaging.md --- docs/messaging/reference/Messaging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/messaging/reference/Messaging.md b/docs/messaging/reference/Messaging.md index b2e43056..9c382f69 100644 --- a/docs/messaging/reference/Messaging.md +++ b/docs/messaging/reference/Messaging.md @@ -28,7 +28,7 @@ Returns the current FCM token. ### hasPermission [method]hasPermission() returns Promise containing boolean;[/method] -Checks if the user has granted the appropriate permissions to be able to send and receive messages. +Checks if the user has granted the appropriate permissions **at the device level NOT via firebase cloud** to be able to send and receive messages. Returns true if permission is granted, false otherwise.