You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're calling [`MockFirebase.override`](override.md) to replace the real `Firebase` instance with Firebase Mock. If you're loading Firebase using Node or Browserify, you need to use [proxyquire](proxyquire.md) instead.
59
+
We're calling [`MockFirebase.override`](override.md) to replace the real `Firebase` instance with Firebase Mock. If you're loading Firebase using Node or Browserify, you need to use [proxyquire](../integration/proxyquire.md) instead.
60
60
61
61
Notice that we queued up multiple changes before actually calling `ref.flush`. Firebase Mock stores these changes in the order they were created and then performs local updates accordingly. You'll only need to `flush` your changes when you need listeners, callbacks, and other asynchronous responses to be triggered.
0 commit comments