atn832 / fake_cloud_firestore

BSD 2-Clause "Simplified" License
118 stars 88 forks source link

fix: composite key query on null document #298

Closed KholmatovS closed 3 months ago

KholmatovS commented 3 months ago

Fixes null check operation on null value when queried with composite keys on null data document.

Fix for: #297

atn832 commented 3 months ago

The analyzer issues are from Flutter 3.19's new rules. We can address them separately

atn832 commented 3 months ago

Thank you for the fix! It seems like a side effect of #156. I'll see if I can find a more general fix.