Support for create a Firebase Document Reference and offset query#181
Support for create a Firebase Document Reference and offset query#181lucasdidur wants to merge 2 commits intowovalle:masterfrom
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #181 +/- ##
==========================================
- Coverage 94.36% 92.68% -1.68%
==========================================
Files 21 21
Lines 532 547 +15
Branches 83 86 +3
==========================================
+ Hits 502 507 +5
- Misses 30 40 +10 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Oh, this is your 2nd attempt #132 :-) |
justusburger
left a comment
There was a problem hiding this comment.
This is exactly what I need now - the ability to specify an offset in order to do pagination.
|
Hi @lucasdidur! In order to deploy this I'd still need two things:
But nonetheless, great job! |
Because in my project I need to use document references and the fireorm still doesn't have support for references, both for searching and for creating new documents, I implemented a function to facilitate the manipulation to get a native data of firebase.
I also implemented support for query offset, very useful in document pagination.