-
Notifications
You must be signed in to change notification settings - Fork 929
Firestore lite overview #4861
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Firestore lite overview #4861
Changes from 12 commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
978c9ed
Updating link.
egilmorez 0643f4b
Merge branch 'master' of github.com:firebase/firebase-js-sdk into eg-…
egilmorez d2235ec
Adding comments for FirebaseOptions.
egilmorez f681558
Adding more detail requested in review.
egilmorez 21988c3
Adding markdown output for these changes.
egilmorez 1eb57cc
Changing markdown link to supported format.
egilmorez 20a7dcd
Attempting merge. Frankly, I don't understand why I have to.
egilmorez 36cd8ea
Merging.
egilmorez 42858e7
Merge branch 'master' of github.com:firebase/firebase-js-sdk into eg-…
egilmorez 3645733
Adding some explanation of Firestore Lite.
egilmorez d9dee4d
Attempting to merge this back to normal state.
egilmorez 53225fe
Fixing typo.
egilmorez 3a989d0
Update index.ts
schmidt-sebastian File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do users know what these features are? What about something like this:
Firestore Lite is a small online-only SDK that allows read and write access to your Firestore database. All operations talk directly to the backend and
onSnapshot()
APIs are not supported.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That sounds great! And . . . can you send a PR that adds it Sebastian?
I'm discouraged by the failing tests I see for this PR, as well as my ongoing inability to create a clean client (why do I seem to have 12 commits on a brand-new branch for which git status was clear?).
Quickest way forward that I can see is for me to drop this PR and for you or Fei to add the FL description. WDYT?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can certainly take this to completion. Do you have rewording suggestions or should we take my suggestion as is? I would be disappointed if you didn't have an improvement in the back of your head :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hehe, all I got is a comma and a substitution for "talk to," which the style guide says to avoid. How about:
"Firestore Lite is a small online-only SDK that allows read and write access to your Firestore database. All operations connect directly to the backend, and
onSnapshot()
APIs are not supported."I tried re-running the CI jobs on Feiyang's advice, but it looks like I still have several tests failing. If you could take this Sebastian, that would be awesome.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Committed directly to this PR. Fingers crossed.