react-native-firestack
react-native-firestack copied to clipboard
Android) Problem reading an array from firebase
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!