_Originally posted by @namiwang in https://github.com/FirebaseExtended/reactfire/discussions/438#discussioncomment-1251839_ ### Expected behavior ```js { // ... status: "success", data: undefined, // ... } ``` ### Actual behavior ```js { // ... status: "loading", data: undefined, // ... } ```