Closed illuminist closed 4 years ago
Merging #871 into master will increase coverage by
3.53%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #871 +/- ##
==========================================
+ Coverage 85.24% 88.77% +3.53%
==========================================
Files 29 29
Lines 759 784 +25
==========================================
+ Hits 647 696 +49
+ Misses 112 88 -24
Amazing find! You are right that it was originally for RTDB, but glad to have it also correctly handle Firestore
Description
I understand that populate was designed for RTDB where it doesn't actually have list type for an array, thus when using with firestore list type(array), it outputs an object with index as a key instead of an actual array. So this little change fixes
populate
to be able to handle firestore list and it will output an array instead of plain object.Check List
If not relevant to pull request, check off as complete
Relevant Issues