What is the proper syntax for a Firebase notification token?

Marc George 171 Reputation points
2023-02-07T01:46:12.5866667+00:00

Having received a token from Firebase for a device to be a targeted notification receiver, is the entire token string used for sending the notification? A sample of a token being received is "com.google.android.gms.tasks.zzw@bcc29d8". The first 29 characters seem to be an overkill.

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
262 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Marc George 171 Reputation points
    2023-02-10T10:15:07.5633333+00:00

    @VenkateshDodda-MSFT I did see your response. I discovered that my notifications were being queued and started down a path of attempting to get a verbose result from the notification hub to discover why my notifications were not being delivered. That ended up revealing a bug in that method which has been reported and triaged.