You are here

constant FirebaseTopicManagerService::UNSUBSCRIBE_ENDPOINT in Firebase Push Notification (FCM) 3.0.x

Same name and namespace in other branches
  1. 8 src/Service/FirebaseTopicManagerService.php \Drupal\firebase\Service\FirebaseTopicManagerService::UNSUBSCRIBE_ENDPOINT

Endpoint for subscribe device on topic.

File

src/Service/FirebaseTopicManagerService.php, line 22

Class

FirebaseTopicManagerService
Service for managing topics.

Namespace

Drupal\firebase\Service

Code

const UNSUBSCRIBE_ENDPOINT = 'https://iid.googleapis.com/iid/v1:batchRemove';