We have a free and paid version of our application that share 99% of the same code. However because we're using product flavors the apps are built with a different applicationId.
My understanding is that Firebase can easily group multiple applications into the same profile. When we configure the applications to be grouped together in Firebase, do we see our analytics and error reporting as one combined dashboard?
I want to be able to see crash reporting and analytics aggregated across both product flavors. I want to avoid having separate dashboards to check for each app (even a dropdown menu is not desirable).
Can anyone confirm Firebase will aggregate analytics and error reporting into a single dashboard?