79818819

Date: 2025-11-13 12:00:42
Score: 1
Natty:
Report link

what i think, you're using FCM for full message delivery, which batches and delays at scale and apps like telegram etc, use FCM only as a "wake-up call," not for message delivery.

You can try with few stpes:

  1. Build a persistent WebSocket connection from your app to your own servers

  2. Send minimal FCM payloads with just a "wake up" signal

  3. When FCM arrives, your app wakes up and instantly fetches the actual message through your fast WebSocket connection

This hybrid approach gives you FCM's universal reach for waking devices, but your own optimized channel for actual message delivery, eliminating the 5-10 minute delays.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Starts with a question (0.5): what i
  • Low reputation (0.5):
Posted by: Abhishek Mishra