-
Notifications
You must be signed in to change notification settings - Fork 100
Remove copy-asset-links command #2330
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
base: master
Are you sure you want to change the base?
Conversation
| "namespace": "android_app", | ||
| "package_name": "org.groundplatform.android", | ||
| "sha256_cert_fingerprints": | ||
| ["9f:f1:da:1e:97:93:c7:93:9a:8d:52:24:af:8b:a6:07:da:0a:10:db:1c:d2:40:47:5c:07:eb:be:c4:e8:57:80"] |
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.
Please replace values placeholder text here and move into openforis/ground-platform, since this refers to the openforis deployment specifically.
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.
it's a bit complicated because firebase hosting only allows one public directory per deployment, which is not set as "web/dist/web".
if we want to keep .well-known physically outside of the web folder, we have two choices: multiple hosting or deploy-time merge using the following command:
"predeploy": "cp -r .well-known web/dist/web/",
to make it compatible with all OS we should use shx.
wdyt? @gino-m
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.
argh, i totally misunderstood your comment. you ment to move this under openforis repo. anyway, we can keep this assetLinks file because it is related to dev-sig environment.
Towards #2304
it works: https://ground-dev-sig.web.app/.well-known/assetLinks.json