• Resolved dmahabad

    (@dmahabad)


    Hello, since the plugin is using device_id /token to send notifications, is there limit to the maximum number of subscribers to notification? assume i want to send message to 10,000 subscribers its recommended to use firebase topics?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Ivijan-Stefan Stipic

    (@ivijanstefan)

    You can send an unlimited number of notifications, Firebase takes care of that. In WordPress there is only a record of devices and their topics.

    Generally, WordPress sends a notification to Firebase, firebase knows who to notify.

    Thread Starter dmahabad

    (@dmahabad)

    Thanks for quick replay. I am concerned about time its takes to get the 10,000 records in wordpress, will it will be quick enough?

    also about the json request to firebase thats includes 10k tokens, how much time will it takes to send it.

    • This reply was modified 1 year, 3 months ago by dmahabad.
    Plugin Author Ivijan-Stefan Stipic

    (@ivijanstefan)

    It depends on the server how it will maintain the WordPress installation when Firebase sends user information to your server, but if you send a notification to users, you send one request to Firebase and Firebase takes care of when and how to notify users. You don’t have any problems there.

    Although as far as I know, Firebase doesn’t send every subscribe immediately, it has some delay, so it won’t burden your WordPress installation much. The API is very lightweight and everything happens in the background, almost imperceptibly.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘maximum number of subscribers to notification’ is closed to new replies.