atn832 / fake_cloud_firestore

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

throws null value with composite key query on null data document #297

Closed KholmatovS closed 3 months ago

KholmatovS commented 3 months ago

Making query with composite keys when a doc is created but data hasn't been set yet, it throws null value exception

Null check operator used on a null value

PR: #298

atn832 commented 3 months ago

I ended up forgetting to release an update. It's now out: https://pub.dev/packages/fake_cloud_firestore/changelog#249. Thank you!