-
Notifications
You must be signed in to change notification settings - Fork 948
Add deleteDoc() #3138
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
Add deleteDoc() #3138
Changes from all commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
da82b5d
Add Firestore, initializeFirestore, getFirestore to Firestore lite
schmidt-sebastian 30bfc3f
Review
schmidt-sebastian f49096f
add one more tests
schmidt-sebastian da3403f
Fix lint
schmidt-sebastian bd3596e
Add lite to build
schmidt-sebastian 3aac6f4
Add private
schmidt-sebastian 6f05e2f
Fix Path
schmidt-sebastian 634145a
Remove unused import
schmidt-sebastian 8187cb7
Update package.json
schmidt-sebastian 5760b02
Simplify
schmidt-sebastian 4ba0f4e
Merge branch 'mrschmidt/initializefirestore' of github.com:firebase/f…
schmidt-sebastian e40faf4
Merge branch 'master' into mrschmidt/initializefirestore
schmidt-sebastian f243a6c
Add DocumentReference
schmidt-sebastian d48405b
Feedback
schmidt-sebastian 804fe94
Typo
schmidt-sebastian d244bcd
Lint fix
schmidt-sebastian bc342a3
Update integration.test.ts
schmidt-sebastian 5297d47
Update rollup.config.lite.js
schmidt-sebastian 867d9c0
One more test
schmidt-sebastian 084fdcf
Update reference.ts
schmidt-sebastian ca44064
Add CollectionReference
schmidt-sebastian 920c0e2
Merge branch 'master' into mrschmidt/initializefirestore
schmidt-sebastian d5745f0
Merge
schmidt-sebastian b636d27
Merge
schmidt-sebastian 31ba3ba
Add DocumentSnapshot
schmidt-sebastian 505792f
Add exports
schmidt-sebastian 3750a00
Add getDoc()
schmidt-sebastian 5d3e2aa
Fix build
schmidt-sebastian 58a84d1
More integration test fixes
schmidt-sebastian 6f91171
Fix Integration tests
schmidt-sebastian c63977f
Add DocumentReference
schmidt-sebastian 6352026
Add deleteDoc()
schmidt-sebastian be02305
Cleanup
schmidt-sebastian 518631d
Merge
schmidt-sebastian 6318fa4
Update datastore.ts
schmidt-sebastian efa58c4
Add converter
schmidt-sebastian 1a81864
Simplify
schmidt-sebastian 068d5a5
Simplify
schmidt-sebastian 94e22df
Merge branch 'mrschmidt/newgetdocument' into mrschmidt/deletedoc
schmidt-sebastian 555a16c
Merge branch 'mrschmidt/deletedoc' of github.com:firebase/firebase-js…
schmidt-sebastian 8a7fc93
Add documentID() (#3137)
schmidt-sebastian c3e3375
Merge
schmidt-sebastian 835ad93
Merge
schmidt-sebastian bd5a998
Merge
schmidt-sebastian f6553cb
Merge branch 'mrschmidt/snapshot' of github.com:firebase/firebase-js-…
schmidt-sebastian 25f01e8
Merge
schmidt-sebastian 6a34bbb
Merge
schmidt-sebastian 3361a63
Feedback
schmidt-sebastian 27bed90
Merge
schmidt-sebastian 6f8521a
Merge branch 'master' into mrschmidt/newgetdocument
schmidt-sebastian 4142278
Merge
schmidt-sebastian a005ed5
Merge
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
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
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
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
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.
This result is never used - but it would force me to ignore it in every callsite if we do provide it.