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?