Skip to content
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

fix: add missing @InternalExtensionOnly annotation to com.google.cloud.firestore.Firestore #141

Merged
merged 1 commit into from Mar 20, 2020
Merged

Commits on Mar 19, 2020

  1. fix: add missing @InternalExtensionOnly annotation to com.google.clou…

    …d.firestore.Firestore
    
    "Client" interfaces make guarantees around compatibility for users
    direct usage, however no guarantee is made for anyone implementing
    the "client" interface themselves. This change adds the annotation
    intended to convey this guarantee at the code level and in javadocs
    that should have been here all along.
    BenWhitehead committed Mar 19, 2020
    Copy the full SHA
    b8e3cbc View commit details
    Browse the repository at this point in the history