0
votes

I am trying to sent custom events with parameter from iOS app.

    [FIRAnalytics logEventWithName:@"StorefrontPage"
parameters:@{
             @"RailName": @"Continue_Watch"
             }];

But I am able to see the event "StorefrontPage" and its count (5) but the parameter (Railname) value or count I cant see it in firebase console.enter image description here

1

1 Answers

0
votes

After 24hrs, parameter data are displayed correctly