Streamit
Streamit Documentation

How to Notify Users for New Content?

Streamit includes a built-in feature that automatically notifies users when new content is added. This notification system works both within the Streamit platform and, if integrated, through Firebase notifications for your Streamit Flutter application.


Step 1: Configure Notification Settings on Content

  1. Access the Content Editor:
    • From your WordPress Admin Dashboard, navigate to the content type (Movie, TV Show, Video, etc.) you wish to update or add new content.
  2. Locate the Additional Data Section:
    • Scroll down to the Additional Data tab in the content editor.
  3. Enable Notification:
    • Find the checkbox option labeled similar to “Notify Users”.
    • Check this box to trigger notifications when the content is saved.

Step 2: Save the Content

  • Once the notification checkbox is enabled, click Save (or Publish) to update the content.
  • When you save the content with the notification option enabled, Streamit will automatically send a notification.

Step 3: Notification Process

  • Internal Streamit Notifications:
    • The system will alert users within the Streamit platform that new content is available.
  • Firebase Notifications via Flutter Application (Optional):
    • If you have integrated a Flutter application with Streamit and set up Firebase, the system will also trigger a Firebase notification.
    • This ensures that users on mobile devices receive timely updates about new content.

🎉 With these steps, your Streamit system is now set up to notify users about new content. Admins simply need to enable the checkbox in the Additional Data tab, and the system will handle sending notifications automatically.