🐛 [cloud_firestore] sentinel value breaks wrappers #12130
Labels
plugin: cloud_firestore
resolution: fixed
A fix has been merged or is pending merge from a PR.
type: bug
Something isn't working
Bug report
Following this issue a "sentinel value" was added to query parameters.
From:
To:
However this is a breaking change for any kind of wrapper as null will be passed:
I believe this (breaking) change was not required since there is already a
isNull
parameter. ExposingnotSetQueryParam
to the public api doesn't sound too good, so if that previous change wasn't necessary I suggest reverting those changes as this will be a breaking change for libraries wrapping firebase. For instancefake_cloud_firestore
has diverged in behavior from cloud firestore.Note: The dart default parameter proposal would have been helpful here
The text was updated successfully, but these errors were encountered: