Skip to content

Commit 58a218d

Browse files
committed
fix FCM_BATCH_URL
1 parent e5618c0 commit 58a218d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

firebase_admin/messaging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ class _MessagingService:
368368
"""Service class that implements Firebase Cloud Messaging (FCM) functionality."""
369369

370370
FCM_URL = 'https://fcm.googleapis.com/v1/projects/{0}/messages:send'
371-
FCM_BATCH_URL = 'https://fcm.googleapis.com/batch'
371+
FCM_BATCH_URL = 'https://www.googleapis.com/batch/drive/v3'
372372
IID_URL = 'https://iid.googleapis.com'
373373
IID_HEADERS = {'access_token_auth': 'true'}
374374
JSON_ENCODER = _messaging_encoder.MessageEncoder()

0 commit comments

Comments
 (0)