-
Notifications
You must be signed in to change notification settings - Fork 609
Adjust a few READMEs to eliminate some redundancy #4
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
Conversation
Build/publish/test commands are common across the projects, so we can just refer to them in the top level README rather than repeating them in the sub-READMEs.
README.md
Outdated
Building the Firebase SDKs can be performed by invoking the following on the | ||
command line: | ||
```bash | ||
./gradlew :<firebase-project>:assemble` |
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.
I am wondering if assembling
a stand along binary of the sdk is useful in practice, since the resulting binaries are not hermetic and require that its' dependencies be wired in.
wdyt?
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.
I think I agree. I included it here, because I removed it from the sub-project's readmes. I'm happy to simply remove it instead.
Done.
FYI : |
/retest |
Build/publish/test commands are common across the projects, so we can
just refer to them in the top level README rather than repeating them in
the sub-READMEs.