Why is there no startAfter and endBefore? #5432
-
I found that those two methods above don't exist in this library but they do exist in official documents of Firebase |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Any time the upstream SDKs have a method and this module doesn't, it just means no one has implemented it yet. There are little API gaps all over like this, that are filled in by community members like yourself, or by Invertase as priorities and time allows. Right now we're pretty busy still handling the new features from the last native SDK releases (AppCheck module, Firestore Bundles etc) so unless you have time to implement it, these methods may not be covered for a little while. If you do want to give it a shot though, the process basically looks like:
Now you're set with a tight development loop - it goes fast from this point
make a PR with the result |
Beta Was this translation helpful? Give feedback.
Any time the upstream SDKs have a method and this module doesn't, it just means no one has implemented it yet. There are little API gaps all over like this, that are filled in by community members like yourself, or by Invertase as priorities and time allows. Right now we're pretty busy still handling the new features from the last native SDK releases (AppCheck module, Firestore Bundles etc) so unless you have time to implement it, these methods may not be covered for a little while.
If you do want to give it a shot though, the process basically looks like: