Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Update Messaging.md #172

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/messaging/reference/Messaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down