react-native-firestack icon indicating copy to clipboard operation
react-native-firestack copied to clipboard

Android) Problem reading an array from firebase

Open rubengt01 opened this issue 8 years ago • 0 comments

My firebase json: {0: 'Item 1', 1:'Item 2', 2: 'Item 3'}. iOS: Firestack is returning an array ['Item 1', 'Item 2', 'Item 3'] Android: Firestack is returning an object {0: 'Item 1', 1:'Item 2', 2: 'Item 3'}

I solved it with a workaround and converting the object to an array, but I just wanted to register the issue.

BTW: Great library!

rubengt01 avatar Jan 25 '17 22:01 rubengt01