You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes you could send the same message to multiple users (eg. alert notifications). Right now if you want to do this you need to write multiple firebase documents with duplicated data.
A solution could be to change the to field type from string to array of strings and iterate over that inside the code. Delivery status could be an issue tho, cause not all messages may arrive to the final user.
The text was updated successfully, but these errors were encountered:
Sometimes you could send the same message to multiple users (eg. alert notifications). Right now if you want to do this you need to write multiple firebase documents with duplicated data.
A solution could be to change the to field type from string to array of strings and iterate over that inside the code. Delivery status could be an issue tho, cause not all messages may arrive to the final user.
The text was updated successfully, but these errors were encountered: