Let me pitch my situation and see what you think the best solution is.
Problem: Trying to analyze clickstream data.
Current Situation: Currently we have data flowing into google firebase to analyze app activity. it works great to measure MUA and some basic event analysis. However, i'd love to drill deeper and be able to query the data myself. For example we have an event setup to show when a user views the rate structure of a parking garage. I have an event that tells me how often a user starts a session then clicks that...but nothing that tells me how often they do that at each location.
I have begun to use bigquery to attempt to analyze this but its a little clunky. Partly because I'm still getting used to it. Are there any other ideas on the best way to do this?