redux-firestore icon indicating copy to clipboard operation
redux-firestore copied to clipboard

storeAs inconsistency

Open cruzdanilo opened this issue 4 years ago • 0 comments

What is the current behavior? on LISTENER_RESPONSE data is stored at firestore.data[storeAs], but on LISTENER_ERROR data (null) is stored at firestore.data[storeAs][doc], making it harder to handle.

What is the expected behavior? LISTENER_ERROR data (null) to be stored at firestore.data[storeAs]

Which version of redux-firestore are you using? What about other dependencies? v0.13.0

cruzdanilo avatar Aug 25 '20 15:08 cruzdanilo