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?
Asked
Active
Viewed 1,435 times
1

Frank van Puffelen
- 565,676
- 79
- 828
- 807

lukas28277
- 97
- 1
- 15
-
1Firebase and Google Analytics are totally two different services. I would suggest you to use only Google analytics, as I find it better. – Rajesh K Apr 15 '18 at 14:23
-
Check this document http://services.google.com/fh/files/misc/featurebrief_mix-and-match-analytics-and-firebase-analytics-to-fit-the-needs-of-your-business.pdf – Franklin Hirata Aug 02 '18 at 19:42
2 Answers
2
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.

Frank van Puffelen
- 565,676
- 79
- 828
- 807
-
Thank you, I understand that they are two different things, but is there any way to check Firebase stats on phone as well, or just use Google analytics and forget about Firebase? – lukas28277 Apr 16 '18 at 12:16
0
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 :

marius fall
- 11
- 1