I retrieved firebase record as JSON and formatted to single string Andrea,Arnold,Boston
My plan was to store individual names as separate item in a new list or array so I could get names one by one through index to show in UI and update the firebase record based on input(Present/Absent)
I could directly get this from Firebase record and show one by one, but it is consuming more time compare to local downloaded data.
Is there any way I can copy any Firebase Record into Local list or Database or Array in the same structure of Key and Value for different purposes?