I have an array of lat and long coordinates which I would like to save to firebase. I know that there is a normal way which I could use. But I was wondering how I could save the whole array.
The array I would like to save looks like the following:
(1.323, 2.334),(6.323, 7.334),(0.323, 65.334),(43.323, 32.334)...
I am using Real-time database.