We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description:
We published JS SDK Reference on the web at #163. However, the Reference document exposes unexported objects that can not be accessed by the user.
We need to only display exported objects that are exposed to the user.
In Firebase JS SDK, the type definition file exposed to users is separately managed and Reference Documentation is created through this file. https://github.com/firebase/firebase-js-sdk/blob/0dfef5dd58f961208e29e249f5e8f5a3e2908c88/CONTRIBUTING.md#-updating-documentation
Why:
It is confusing to the user when unexported objects that are not available are displayed together.
The text was updated successfully, but these errors were encountered:
mojosoeun
Successfully merging a pull request may close this issue.
Description:
We published JS SDK Reference on the web at #163. However, the Reference document exposes unexported objects that can not be accessed by the user.
We need to only display exported objects that are exposed to the user.
Why:
It is confusing to the user when unexported objects that are not available are displayed together.
The text was updated successfully, but these errors were encountered: