I’m experiencing a regression issue that affects Firestore list updates using Remove from Set
with Document References, but only on iOS.
Problem Summary:
I'm using
Remove from Set
to remove aDoc Reference (Verses_Collection)
from a list fieldGuidance_Verses
in theusers
collection.This logic used to work on all platforms, including iOS.
After a recent FlutterFlow update (early June 2025), the exact same logic stopped working only on iOS — still works perfectly on Web and Android.
No errors are shown — the update just silently fails on iOS (field is unchanged).