We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3a1a3f + 53225fe commit 659f770Copy full SHA for 659f770
packages/firestore/lite/index.ts
@@ -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
+
11
/**
12
* @license
13
* Copyright 2020 Google LLC
0 commit comments