Search code examples
firebase-cloud-messagingwebhooksttl

Webhook for Firebase (FCM) Message expiry?


Is there any webhook (event) for message expiry Ex:

  • A message is sent to firebase
  • It will be expired 28 days later (default TTL is 28 days)

Now I want the firebase to call my endpoint. Is this possible in Firebase?


Solution

  • There is nothing built into FCM to call back to your code when a message expires.