You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently started logging events for Flutter Web using the firebase_analytics plugin. It seems like most of events and analytics are getting registered correctly. But I have some issues with some others that could be incorrectly set up or that something is not working as it should.
So to check what could be happening I tried to enable the Debug View. But to my surprise the documentation and guidelines for Flutter Web haven't arrived yet, so I'm a little lost on how I could set up the Debug View for Flutter Web.
To enable Analytics Debug mode in your browser, install the Google Analytics Debugger Chrome extension.
But the issue is that I cannot (IDK how to) install any Chrome Extensions on the Web Server I use.
I'm using VSCode to run & debug my Flutter Web project. And as my knowledge goes for, I believe that VSCode is using a Google Chrome Web Server to run my Flutter Web app. This Web server got installed with the installation of the Flutter SDK I believe. So I don't know where to look for to install this Chrome Extension on it.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I recently started logging events for Flutter Web using the firebase_analytics plugin. It seems like most of events and analytics are getting registered correctly. But I have some issues with some others that could be incorrectly set up or that something is not working as it should.
So to check what could be happening I tried to enable the Debug View. But to my surprise the documentation and guidelines for Flutter Web haven't arrived yet, so I'm a little lost on how I could set up the Debug View for Flutter Web.
I followed the guidelines stated in this article: https://firebase.google.com/docs/analytics/debugview
But the issue is that I cannot (IDK how to) install any Chrome Extensions on the Web Server I use.
I'm using VSCode to run & debug my Flutter Web project. And as my knowledge goes for, I believe that VSCode is using a Google Chrome Web Server to run my Flutter Web app. This Web server got installed with the installation of the Flutter SDK I believe. So I don't know where to look for to install this Chrome Extension on it.
Can someone help please?
Beta Was this translation helpful? Give feedback.
All reactions