Skip to content

Commit d742823

Browse files
Firestore lite overview (#4861)
* Adding some explanation of Firestore Lite. * Attempting to merge this back to normal state. * Fixing typo. * Update index.ts Co-authored-by: Sebastian Schmidt <[email protected]>
1 parent b97dd4e commit d742823

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

packages/firestore/lite/index.ts

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
/**
2+
* Firestore Lite
3+
*
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.
7+
* @packageDocumentation
8+
*/
9+
110
/**
211
* @license
312
* Copyright 2020 Google LLC

0 commit comments

Comments
 (0)