Linking multiple firebase projects with a single analytics property - firebase

I have multiple firebase projects I want to link to a single google analytics property. Every time I try to create a link to analytics from the firebase project, it creates a new analytics property, instead of linking it with an existing one. Is there a way to make it happen?

Because currently only support a single firebase link to a GA4F.
The answer from GA team.
Right now it’s one Firebase project which allows you to create multiple streams of data in GA. by Krista

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.

Do I need to create a one property per one android application in google analytics?

I already made a several android application and I want it to be connected in one google analytics account. Is that possible to do?? if it is, please help me on how to do it.
Just create a GA4 property and use the same Measurement ID.
However it doesn't make much sense, I would make separate priorities for each app.

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