-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Open document and collection with given id in AlwatrStore
This commit adds the `openDocument` and `openCollection` methods to the `AlwatrStore` class. These methods allow users to open a document or collection with the given id and create and return a corresponding `DocumentReference` or `CollectionReference`. The previous `doc` and `collection` methods have been deprecated and will be removed in future versions. BREAKING CHANGE: The `doc` and `collection` methods have been deprecated and should no longer be used. Instead, use the `openDocument` and `openCollection` methods.
- Loading branch information
Showing
1 changed file
with
19 additions
and
11 deletions.
There are no files selected for viewing
This file contains 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