不具合 #713
firebaseがwhereNotInでサポートしているのは10件までらしく、
それ以上のデータを扱うには工夫が必要らしい
エラーメッセージ
(value as Iterable).length <= 10': 'not-in' filters support a maximum of 10 elements in the value [Iterable].
whereNotInを使用している箇所
event_repository.dary L247
post_repository.dart L228