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
{{ message }}
This repository was archived by the owner on Mar 16, 2026. It is now read-only.
Currently new refs created with the push method cannot be resolved in promise chain. Since the return from .push is an object with the prototype of Fireproof and a .then method, returning it from a promise callback will result in it being treated as a promise thus resolving with undefined since .push doesn't have a resolve value.
Currently new refs created with the
pushmethod cannot be resolved in promise chain. Since the return from.pushis an object with the prototype of Fireproof and a.thenmethod, returning it from a promise callback will result in it being treated as a promise thus resolving withundefinedsince.pushdoesn't have a resolve value.Temporary work around: