Hello!
I'm currently working on an application in iOS and Android that uses Firebase. I'm trying to add a value to an existing array in firestore. In iOS I had no problems using 'FieldValue.FromArrayUnion(obj)'. However in Android I'm having a hard time since this method does not exist. Any ideas of how can I add a value into my array without overwriting its data?
Thank you.