Skip to content

Commit 3645733

Browse files
committed
Adding some explanation of Firestore Lite.
1 parent 42858e7 commit 3645733

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

packages/firestore/lite/index.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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.
8+
* @packageDocumentation
9+
*/
10+
111
/**
212
* @license
313
* Copyright 2020 Google LLC

0 commit comments

Comments
 (0)