Hi
so far, I'm using Google Sheets as database, where values in [field_2] can be added based on condition (like if( [field_1]="test";"url_1";"url_2") reading as if [field_1] = "test, then [field_2] = "url_1" else [field_2] = "url_2".
And similar with numeric fields to make calculations based on conditions.
How can this be done with FF and Firestore/Firebase?
Wim