We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53225fe commit 3a989d0Copy full SHA for 3a989d0
packages/firestore/lite/index.ts
@@ -1,10 +1,9 @@
1
/**
2
* Firestore Lite
3
*
4
- * @remarks This package includes the same feature set as Firestore, but
5
- * without latency compensation or snapshot listeners (and with
6
- * correspondingly lighter size footprint). Firestore Lite supports fast
7
- * write and read operations, but only when online.
+ * @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.
8
* @packageDocumentation
9
*/
10
0 commit comments