operator []= method
You can't not use this function with FirebaseListProvided in case the ids of the provided values dont match. Use the function replace intead.
Implementation
@override
operator []=(value, T item) {
throw const ShouldNotCall(
'You should not use this operator. Use the function replace instead.');
}