How can I send notification to all using rest API without topic or token ? #4588
-
I used
with request:
Is adding a topic or token must in request ? They should be required only when I need to send notification to a group of devices. But I want to send to all devices. |
Beta Was this translation helpful? Give feedback.
Answered by
andersonaddo
Nov 22, 2020
Replies: 1 comment 2 replies
-
I guess one quick and painless option is to get every device to automatically subscribe to a topic just for these types of notifications. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
pk936
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I guess one quick and painless option is to get every device to automatically subscribe to a topic just for these types of notifications.