My Android app needs two urgent bug fixes that slipped through the last release. 1. The password-reset email flow no longer fires. Users type their address, press “Reset,” and nothing happens—no backend call, no confirmation toast, no email in their inbox. 2. Inside the same build, the “Send” button in our chat screen silently fails. Text enters the input field just fine, but the message never hits the server or appears in the thread. The codebase is Kotlin, using Firebase Authentication for the reset emails and a simple REST endpoint (Retrofit) for messaging. I can give you full Git access, a staging Firebase project, crash logs, and Postman collections for the API. I need you to: • Trace and repair the handlers so reset emails reach users every time. • Restore reliable message sending with the existing API contract untouched. • Provide a concise summary of the root cause and the specific code changes (class names, line numbers) in a short hand-off note or Pull Request description. Once I merge and see both flows working on my TestFlight-style internal track, I’ll close the project.