firebase / firebase-admin-node

Firebase Admin Node.js SDK

Home Page:https://firebase.google.com/docs/admin/setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do you track notification messages sent through firebase-admin nodejs library?

putuoka opened this issue · comments

When sending notifications using Node.js with the firebase-admin library and a Firebase token, the messages don't seem to be recorded under the Campaign Messages section in the Firebase dashboard(https://console.firebase.google.com/project/<{yourid}>/messaging). This means I can't view analytics like what percentage of users opened the notification, how many messages were sent, etc.

Is there a way to get campaign message tracking when sending notifications programmatically from a backend with the firebase-admin?

image

image

I found a few problems with this issue:

  • I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.
  • This issue does not seem to follow the issue template. Make sure you provide all the required information.

hello, any updates no this?

You can track them on the reports tap. Campaign tab is for sending message on web console.