When the `query` passed to `FirebaseAnimatedList` changes, the list keeps showing the results of the previous query instead. Adding a `didUpdateWidget` to detect that the query changed should fix this issue.
When the
querypassed toFirebaseAnimatedListchanges, the list keeps showing the results of the previous query instead.Adding a
didUpdateWidgetto detect that the query changed should fix this issue.