Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase Analytics Debug View for the Web

Is it possible to use Firebase Analytics Debug View on the web? If so, how? The web is not documented, but also not specifically excluded.

https://firebase.google.com/docs/analytics/debugview

like image 876
JeffD23 Avatar asked Oct 03 '19 18:10

JeffD23


2 Answers

firebaser here

I quickly browsed through the documentation guide, and reference docs and indeed don't see any way to enable debug mode for a web client. You might want to file a feature request.

Update (20191008): the functionality to have debug mode in web clients does exist, but there is no public API yet. I will update here when a public API to enable debug mode is available.

Update (20200210): the best I've found so far is to use the Google Analytics Debugger Chrome extension.

like image 187
Frank van Puffelen Avatar answered Sep 23 '22 16:09

Frank van Puffelen


I tried successfully to Debug by using instructions (for Web) at https://firebase.google.com/docs/analytics/debugview?authuser=0#enabling_debug_mode.

After installing Google Analytics Debugger, there appears an icon of this extension, next to address bar. This icon helps on enable the extension for the page.

like image 43
user2136211 Avatar answered Sep 20 '22 16:09

user2136211