-
Notifications
You must be signed in to change notification settings - Fork 55
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
feat(project): add meta tag for GA #330
Conversation
.env
Outdated
@@ -6,3 +6,5 @@ APP_DEFAULT_LANGUAGE=en | |||
|
|||
# a comma separated list of languages that are enabled (this only works for languages that are enabled in the app) | |||
APP_ENABLED_LANGUAGES=en,es | |||
|
|||
APP_GOOGLE_SITE_VERIFICATION_ID=joKVm0-rBn0Xqsqrdu_MPgQU2_jJvKSnqwEwodBvnhk |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's not include it in the .env file (because that will get picked up by any forked repos) and instead still feed it in via vars and env in the github action. It's not a sensitive value, but nice to implement in a way that other developers can fork and set their own values without create git noise.
Visit the preview URL for this PR (updated for commit 0ee3686): https://ottwebapp--pr330-feat-add-meta-tag-fo-8f9ud6mf.web.app (expires Sat, 05 Aug 2023 11:35:19 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: c198f8a3a199ba8747819f7f1e45cf602b777529 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That inject is cool! Nice work.
Description
Add meta tag for GA
This PR solves BC-570
Steps completed:
According to our definition of done, I have completed the following steps: