admin管理员组

文章数量:1202577

I am facing an issue with Firebase Analytics where custom events initially log data as expected, but after a few days, the data stops showing up in the Firebase Analytics dashboard. Here's a detailed description of the problem:

  1. I added a custom event to Firebase Analytics using logEvent. Initially, I could see the data in the Firebase Analytics dashboard under the corresponding table.

  2. After a few days, the data for that event stops appearing in the dashboard, even though no changes were made to the implementation.

To troubleshoot, I created a new table with the same custom definition and logged events again. Initially, it worked perfectly, but after a few days, the same problem occurred—no data in the dashboard.

Has anyone else faced a similar issue with Firebase Analytics custom events? If so, how did you resolve it to ensure that the events continue to log data consistently in the dashboard?

本文标签: androidFirebase Analytics Custom Events Not Logging DataStack Overflow