To play with Google Analytics for Web based projects on Firebase we need to use either the Firebase reserved URLs or to copy/update the Firebase config object as the documentation states here.
I am using the following command to print that config information though: firebase setup:web
.
The problem is that it is not printing the measurementId
field.
What should I do now?