Firebase analytics multiple apps in the same dashboard - firebase

I have multiple apps in my project. I want to demonstrate the data from all of these apps in one dashboard. For example if event_1 happens 3 times in app_1 and 4 times in app_2 the dashboard shows that event_1 happened 7 times.
I need a user friendly dashboard with a GUI (I know that BigQuery is an option, but it does not provide charts and is not easy to manipulate parameters).

Update Since May 2018 Google Analytics for Firebase has the ability to show analytics across all apps in the project, in addition to its previous ability to show analytics for each individual app.
Old answer:
Firebase Analytics shows the data for each app separately.
It currently does not have the ability to report across multiple apps in a project.
That is a reasonable feature request though, so you should definitely report it here.

Related

Can I restrict access to a specific app inside a Firebase project?

I have a Firebase project that contains multiple iOS apps, each for a different customer. This is great for me to be able to view analytics across all of the apps, but I want to give each customer access to the analytics specific to their app. I see that I can create a new user and assign them the Firebase Analytics Viewer role which limits them to only analytics. The problem is that the user can then see analytics for all apps in the project.
Is it possible to restrict access so that a given user can only see analytics for a specific app?
You can build comparison in google analytics analytics.google.com and provide access to specific reports to specific users. How custom reports are built and shared can be found here.
You can build reports by specific app by using Stream ID filter which can help you build reports on per app basis.

Can i have multiple Google Play Developer Accounts for different Niche Apps?

I want to release two different Android Apps, Both are complete different niche and I wanted to keep both the account separate, Reason; I am planning to release more similar niche apps in the related Google Play Developer Account. However, as per the google policies, I cant have two google play developer accounts. So how do I manage this situation?
I do not want to keep both the apps in the same developer account as one app is in travel and one is in the finance niche.
Kindly suggest to me what is the best solution. Also, I will be integrating firebase and Admob in both apps. So can I use Firebase and AdMob from any one of these accounts and use it in both apps?
You need 2 different play console account ( 2 different google account )
You can use firebase ( with creating different project )and admob from one account.

Firebase overview dashboard for different projects

In firebase we have 5 projects and 2 to 6 apps per project. Each project has their own overview / dashboard (eg. with Analytics & Crashlytics graphs).
However, we'd like to have a single dashboard as overview for all projects (if possible, with a filter for apps for each project). Is it possible to configure this in the Firebase console somehow? If not: is it possible to extract the necessary data ourselves to create our own dashboard (and where can we extract that data)?
You can link your firebase analytics to Google Analytics. It can be done from analytics dashboard in your firebase project. It's basically an agreement that let your firebase data accessible from Google Analytics panel! (I'm not a lawyer, if you want to make sure what's going on please check it with your lawyer!)
Then in Google Analytics, you can make custom reports.
I'm not sure if custom reports are useful for your specific need, so please check beforehand.

Is it possible to embed Firebase Analytics data from my apps into a webpage?

I've searching a lot about someway to embed Firebase Analytics from my apps data into the backend UI from my website.
Is it possible to automate this process through some specific API methods to show those metrics from my Firebase Apps (like the number of installations or even the audience data)?
Thanks in advance!
Update: There now is an API to retrieve the analytics report data. See my answer here for details: Is there any api for dashboard analytics data?
The other two options are:
Use the "Export to CSV" option for the analytics in the Firebase console. This is a manual operation though, there is no public API.
Link your Firebase project to BigQuery, to automatically export the data and then use for example Data Studio to generate the charts you want.

Share Firebase Analytics Data With Other Google Users Per App, Not Per Project

Can you share Analytics data with another user per app within Firebase, not per project? I have hundreds of apps under one project and do not want users to have access to all those apps, just specific ones to view the Analytics of a specific app.
No, all permissions in a project are for the entire project. However, please do state your case as a feature request so the Firebase team can be aware of how people are hoping to use the dashboard.

Resources