I have a react-native project that is succesfully using react-redux-firebase. The documentation has a resetPassword() method, however it is mapped to Firebase's reset password method. React-redux-firebase seems to be missing a method mapped to Firebase's auth().sendPasswordResetEmail() method.
I am trying to implement "forgot password" functionality and I cannot seem to find the rnFirebase or react-redux-firebase method to send a reset email to a user based on their email address.
Hopefully I'm just missing something!