@katowulf @jwngr
With Ben taking a step back, where does mockfirebase stand? We have now lagged behind Firebase by at least a couple releases. Should we deprecate and just point people towards firebase-server? It would mean giving up on the nice synchronous flush features in mockfirebase, but writing async tests is a small price to pay if it means your test framework stays up to date with reality. I know firebase-server actually depends on mockfirebase, but looking at the codebase, it really is using a very small subset of the API.
@bendrucker
I have poked around the v1 branch, and what I see looks good. Did you have any sort of checklist / outline for what still needs to be completed?
@katowulf @jwngr
With Ben taking a step back, where does mockfirebase stand? We have now lagged behind Firebase by at least a couple releases. Should we deprecate and just point people towards
firebase-server? It would mean giving up on the nice synchronousflushfeatures inmockfirebase, but writing async tests is a small price to pay if it means your test framework stays up to date with reality. I knowfirebase-serveractually depends onmockfirebase, but looking at the codebase, it really is using a very small subset of the API.@bendrucker
I have poked around the
v1branch, and what I see looks good. Did you have any sort of checklist / outline for what still needs to be completed?