We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcb6f5c commit 1c182b1Copy full SHA for 1c182b1
src/database/firebase_list_factory.ts
@@ -134,7 +134,7 @@ function firebaseListObservable(ref: firebase.database.Reference | firebase.data
134
// If the initial load has not been set and the current key is
135
// the last key of the initialArray, we know we have hit the
136
// initial load
137
- if (!isInitiallyEmpty) {
+ if (!isInitiallyEmpty && !hasInitialLoad) {
138
if (child.key === lastKey) {
139
hasInitialLoad = true;
140
obs.next(preserveSnapshot ? initialArray : initialArray.map(utils.unwrapMapFn));
0 commit comments