josharnow / josharnow.github.io

This is the source code for my personal website, which is built using React/TypeScript.
https://josharnow.com/
GNU Affero General Public License v3.0
1 stars 0 forks source link

Integrate Firebase Analytics #13

Open josharnow opened 1 month ago

josharnow commented 1 month ago

Problem There is currently no way to track page views.

Solution Use Firebase Analytics to track page views

Necessary Tools Firebase Analytics

Implementation https://stackoverflow.com/questions/59330467/how-to-track-page-view-with-firebase-analytics-in-a-web-single-page-app

Alternatives Considered N/A

Resources / Additional Context

https://stackoverflow.com/questions/59330467/how-to-track-page-view-with-firebase-analytics-in-a-web-single-page-app

josharnow commented 1 month ago

I discovered that implementing this with a server-side rendered site such as this is either not possible or very difficult, but it requires additional research.

This is a "nice to have" feature, so for the time being this will be put in the backlog.