Skip to content

Firestore lite overview #4861

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

Merged
merged 13 commits into from
May 13, 2021
9 changes: 9 additions & 0 deletions packages/firestore/lite/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/**
* Firestore Lite
*
* @remarks Firestore Lite is a small online-only SDK that allows read
* and write access to your Firestore database. All operations connect
* directly to the backend, and `onSnapshot()` APIs are not supported.
* @packageDocumentation
*/

/**
* @license
* Copyright 2020 Google LLC
Expand Down