Firebase vs Google Analytics

2019-07-29 05:51发布

问题:

I have installed Firebase to my Android and iOS apps, I can check the stats on computer, but can't check them on my iphone Google analytics app. Is there any way or app where can I check the stats or do I need to install also Google analytics to my apps as well?

回答1:

When you use Google Analytics for Firebase (formerly known as Firebase Analytics) the analytics results show up in the Firebase console. They do not (currently) show up in the Google Analytics dashboard.



回答2:

You can have a Firebase view in GA : it's just a webview of your firebase Console in GA (so the FiB and GA data are not mixed at all).

Another solution is to use a GTM container to send and convert your FiB event into GA data.

Here is the documentation for this process :

iOS

Android