I'm new to firebase and I recently integrated it to my project. I've logged few events using Analytics.logEvent("event_name", parameters: nil)
This seems to work and I can see data populating in my firebase account. Now I'm trying to get the few details based on individual user these are, exact location(right now it shows only country), session length and last screen of the session. Is it possible to retrieve these details in the free features of the firebase? If so, how do I proceed about it?