Add Flow (or flow-typed) support to the library
complete
Sean Conrad
We are working with a flow-based system, and would love to stop ignoring
react-native-firebase
via our .flowconfig
.The purpose is so that we can use flow to define object types such as DocumentReferences, etc, and pass them around our code without using
any
qualifiers (or maintaining our own approximated versions of of what these objects are).I do see that
react-native-firebase
uses flow internally - does this mean what we are trying to do _should_ work? But perhaps we are doing it wrong?Chris Bianca
complete
Elliot Hesp
in progress
Mike Diarmid
Thanks for the request, Chris has done quite a bit of work recently on refreshing the flow types on master, so we're working on it - feel free to check out the changes on master in the meantime :)