mindhivefi / ts-mock-firebase

Mock for firebase services on web and admin
Apache License 2.0
25 stars 15 forks source link

MockCollection.onSnapshot() should call callback function on being called #99

Closed LirSegev closed 4 years ago

LirSegev commented 4 years ago

Like MockDocument.onSnapshot(), MockCollection.onSnapshot() should call its callback function when being called. Right now it is only being called on later updates.