-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve README for openstudioreleases #15
Comments
Modified
Reloaded: Now I get a |
.env.example does not have a GA_ID, but it has a FIREBASE_MEASUREMENT_ID, which I think is the same..? Or is GA_ID meant to be the measurement ID for the website itself, the "OS App Git - GA4" under the google analytics console? |
Why are we using a firebase-config.json and not the .env thing
There isn't an option on the Firebase Project Settings (https://support.google.com/firebase/answer/7015592?hl=en#zippy=%2Cin-this-article ) to download a JSON AFAIK, so you end up copying a JS var, and making a change to conform to JSON anyways, so might as well use .env. |
nevermind, I wipe the dist/ and now I see it |
Something is missing from the documentation, I see zero mentions of the firebase-service-account json.
|
What node/npm versions do I need? (I have Node.js v22.9.0)
Then I should probably do something like
(sudo) npm install -g yarn
Then I should
yarn install
probably.yarn dev
failsMaybe add more info on how I set up the .env file for eg (who do I contact to get the tokens and co?)
The text was updated successfully, but these errors were encountered: