Firebase Analytics Test Page (Firebase 8.0.2)

Last updated Nov 13 2020

This page is hosted on Firebase Hosting using automatic config ("/__firebase/init.js") and uses the CDN versions of the Firebase library ("/__/firebase/8.0.2/firebase-app.js", etc.).


To check if the client is sending events to the server:

  1. Open your browser's Developer Tools panel.
  2. Go to the Network tab.
  3. Refresh this page.
  4. Look for a network POST request (it will be delayed a few seconds after page load) to "https://www.google-analytics.com/g/collect?... (plus a lot of params)"

If that network request is successful (200, 204), Firebase analytics is sending events. One of the params should be "en=page_view". This event is automatically sent on page view even if you did not explicitly log an event with Firebase Analytics.

If that network request is not there, or was unsuccessful, please let us know as much detail as possible about the browser environment you checked this page from.