I have been facing this issue since last week, I did not change anything that connects to my search functionality. The search is working fine in my previously deployed build but not currently, this means there is some problem with the FF's updated code and not Algolia.
Whenever I send a search request I receive an error message because of the null values that algolia is returning. All the fields that reference another firebase collection are getting a null value and the datetime object field also throws null.
In the above screenshots, category_ref is a field with a document reference to another collection: categories, similarly userRef and community_list. All the fields that are strings or numbers are fine but objects are null.
A similar issue is tagged here https://github.com/FlutterFlow/flutterflow-issues/issues/1567 but there is no solution yet.
I have to deploy my next version ASAP but this is a blocker for my app, kindly help!