[REQUIRED] Step 2: Describe your environment
- Operating System version: ubuntu
- Firebase SDK version: 6.6.0
- Firebase Product: FCM
- Python version: 3.10
- Pip version: 22.0.2
[REQUIRED] Step 3: Describe the problem
i am trying to send messages for multialble tokens via MutlicatMessage but i got error 404 .
Steps to reproduce:
just try to use the code below
message = messaging.MulticastMessage(
notification=messaging.Notification(
title='Batch Notification',
body='This is a batch notification sent to multiple devices.',
),
tokens=registration_tokens,
)
if the feature is really doesn't exist , please remove it cause it is very confusing