Firebase Stub: minor tweak in reference .on function

This commit is contained in:
gianantoniopini
2021-01-21 16:56:05 +01:00
parent af966bdf7b
commit 306db64ff1

View File

@ -175,6 +175,8 @@ class Reference {
if (eventType === DatabaseConstants.valueEventType) { if (eventType === DatabaseConstants.valueEventType) {
this.triggerEventCallback(eventType); this.triggerEventCallback(eventType);
} }
return callback;
} }
async once(eventType) { async once(eventType) {