fullstackreact / react-native-firestack

A firestack v3 react-native implementation
MIT License
715 stars 132 forks source link

Adds a "list" method to FirestackModule #324

Closed sidferreira closed 5 years ago

sidferreira commented 7 years ago

I needed a method to create a simple list of the items on the database. By any reason listen + unlisten was giving me the wrong results, repeating some items and etc. The code, as is, is in use in my current app.