GSI - Employe Self Service Mobile
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
1.0 KiB

2 months ago
  1. # @firebase/firestore
  2. This is the [Cloud Firestore](https://firebase.google.com/docs/firestore/) component of the
  3. [Firebase JS SDK](https://www.npmjs.com/package/firebase).
  4. **This package is not intended for direct usage, and should only be used via the officially
  5. supported [firebase](https://www.npmjs.com/package/firebase) package.**
  6. If you are developing a Node.js application that requires administrative access to Cloud Firestore,
  7. use the [`@google-cloud/firestore`](https://www.npmjs.com/package/@google-cloud/firestore) Server
  8. SDK with your developer credentials.
  9. ## Documentation
  10. For comprehensive documentation please see the [Firebase Reference
  11. Docs][reference-docs].
  12. [reference-docs]: https://firebase.google.com/docs/reference/js/
  13. ## Contributing
  14. See [Contributing to the Firebase SDK](../../CONTRIBUTING.md) for general
  15. information about contributing to the firebase-js-sdk repo and
  16. [Contributing to the Cloud Firestore Component](./CONTRIBUTING.md) for
  17. details specific to the Cloud Firestore code and tests.