I'm trying to log custom events for my location rating app (Swift). After looking through examples it looks like you give attributes a value similar to a JSON database. I still haven't seen the event named logged in the analytics console (it's been about a week).It doesn't have any debug errors. Here is the instance:
FIRAnalytics.logEventWithName("Ratings", Parameters[
"rating": (indexPath.row + 1)
Any advice?