1

I have middle of Firebase of Custom Events integration. I am facing a problem that events which are register or log form my code those are not listed on dashboard.

Here is my code snippet:

Analytics.logEvent("Comapose_Message", parameters: [
            AnalyticsParameterItemID: "id-\(420)",
            AnalyticsParameterItemName: "Test",
            AnalyticsParameterContentType: "Test"
            ])

I am working on swift 4.0. I wait for more than 4 hours but it does not reflect over dashboard.

Dashboard still showing default events. Can any one help me out why event not showing here???

Firebase Event Dashboardboard.

KENdi
  • 7,576
  • 2
  • 16
  • 31
Shobhit Agrawal
  • 417
  • 2
  • 4
  • 11
  • Can you please turn on the Debug mode to see whether your events make it to the Debug View (see https://firebase.google.com/docs/analytics/debugview)? – adbitx Aug 17 '18 at 13:07

0 Answers0