mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-17 02:01:29 +10:00
Firebase Stub: minor tweak in reference .on function
This commit is contained in:
@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user