Closed bcho892 closed 3 months ago
Is your feature request related to a problem? Please describe.
Make use of the fireAnalytics function exported from client\src\firebase.ts in format fireAnalytics("page_view", { page_title: "Password Reset" })
fireAnalytics
client\src\firebase.ts
fireAnalytics("page_view", { page_title: "Password Reset" })
The pages that need this implemented:
BEFORE MERGING
git fetch origin master:master
git rebase master
git merge master
Not needed with nextjs migration #592
Is your feature request related to a problem? Please describe.
Make use of the
fireAnalytics
function exported fromclient\src\firebase.ts
in formatfireAnalytics("page_view", { page_title: "Password Reset" })
The pages that need this implemented:
BEFORE MERGING
git fetch origin master:master
, thengit rebase master
orgit merge master
)