Skip to content

Commit 659f770

Browse files
authored
Merge 53225fe into f3a1a3f
2 parents f3a1a3f + 53225fe commit 659f770

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

packages/firestore/lite/index.ts

+10
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)