I integrated Firebase with my Android app and logged a few events. The logcat reports it as:
Event recorded: Event{appId='com.example.appid', name='screenView', params=Bundle[{pageName=pageForgotUsername, _o=app}]}
Event recorded: Event{appId='com.example.appid', name='screenView', params=Bundle[{pageName=pageLogin, _o=app}]}
Event recorded: Event{appId='com.example.appid', name='screenView', params=Bundle[{pageName=pageQuickSetup, _o=app}]}
How can I view the values of pageName on Firebase console? All I see is screenView in events.
Do we need 10 different devices to view data for any audience?