Skip to content

Commit 3a989d0

Browse files
Update index.ts
1 parent 53225fe commit 3a989d0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

packages/firestore/lite/index.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
/**
22
* Firestore Lite
33
*
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.
4+
* @remarks Firestore Lite is a small online-only SDK that allows read
5+
* and write access to your Firestore database. All operations connect
6+
* directly to the backend, and `onSnapshot()` APIs are not supported.
87
* @packageDocumentation
98
*/
109

0 commit comments

Comments
 (0)