I am trying to send a push notification to all users in my firebase app. is there a way to do it without using a topic?
I have tried doing the following request:
{
"to":"/topics/all",
"data":{
"message" :" {My message}"
}
}
Any help is appreciated!