Closed notimre closed 5 months ago
To determine this, @notimre you need to create a child and enter a record where you select one of the answers that has a reason associated with it (i.e. no 'yes, all of it') and select a reason. Then, once this record is saved in the database, you will need to try editing the record in the app to change the answer to 'yes, all of it'. Once you've done this, check that record in the database to see if the reason has been wiped. If it hasn't been, then I imagine you need to change what is returned from the app to firebase, perhaps putting 'null' in the reason fields to wipe them.
Child1 - enter record selecting 'No' and 'I forgot'. Successfully saved in db. Changed to 'Yes, all of it' in app. Record in db correctly has other fields removed.
Task
Look into Andy's question.
Andy's question: