
In Progress
Posted
I need an experienced mobile developer to wrap up three outstanding milestones on my project: Milestone 2 – Authentication & Registration • Eliminate the redundant backend registration call triggered during login • Replace the dummy, hard-coded user records with proper data retrieval • Tighten the overall authentication flow by removing insecure password handling • Surface clear, actionable signup/login errors to users and log the details server-side for troubleshooting Milestone 3 – Core Bug Fixes • Resolve the microphone-permission error that blocks voice evaluation • Stop recordings from being cut off by the current timeout limit • Refactor the initialization retry loop so it exits cleanly on failure without freezing the app • Validate these fixes on a range of Android devices to ensure stability Milestone 4 – Security Cleanup & Final Verification • Scan the repo for exposed API keys, keystore files or other credentials and remove or rotate them • Review the Android keystore setup and confirm best-practice storage in the repository • Add lightweight paywall analytics hooks so we can track conversion • Run a final QA pass and assist with deployment to production Going forward, I want lightweight but consistent documentation included in your workflow. Please keep a running Markdown file that covers: deployment steps, the build process, and any significant technical changes you introduce. You’ll have direct access to the existing React Native codebase, Node.js/Express backend, Firebase Auth, and our private Git repository. Commits must be granular, each tied to a milestone item, and all code must pass the current unit tests and lint checks before opening a pull request. I’m estimating roughly 10–12 h for Milestone 2, 14–18 h for Milestone 3, and the remainder for Milestone 4. Let me know if that aligns with your experience and proposed approach.
Project ID: 40536855
103 proposals
Remote project
Active 6 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
103 freelancers are bidding on average $12 USD/hour for this job

Hi there, I have worked extensively on React Native applications with Node.js backends, Firebase Authentication, production deployments, bug fixing, security reviews, and app stabilization. I got the complete idea. For Milestone 2, I will review the existing authentication flow, remove the unnecessary registration call during login, replace hardcoded user records with proper backend data retrieval, improve password handling, and implement meaningful client-side and server-side error logging. For Milestone 3, I will investigate the microphone permission issue, remove the recording timeout limitation, fix the initialization retry loop so it exits gracefully without freezing the application, and validate everything across multiple Android devices to ensure stability. For Milestone 4, I will perform a security audit of the repository, identify and remove exposed credentials, review the keystore setup, implement the paywall analytics hooks, run a complete QA pass, and assist with production deployment. I would like to review the current codebase before confirming the final timeline because issues around authentication and voice recording can sometimes be tied to deeper architectural decisions. I would request to connect once so I can review the repository structure and existing implementation. After that, I can share a realistic timeline, effort estimate, and the exact approach I would take for each milestone. Thanks, Rahul A.
$8 USD in 40 days
8.2
8.2

Hi there, ★★★ React Native Expert ★★★ 4+ Years of Experience ★★★ I can help you wrap up the outstanding milestones on your project. For Milestone 2, I will eliminate the redundant backend registration call, replace dummy user records with proper data retrieval, tighten the authentication flow, and ensure actionable errors are surfaced for users. For Milestone 3, I will resolve the microphone-permission error, stop recordings from being cut off, refactor the initialization retry loop, and validate these fixes across various Android devices. For Milestone 4, I will scan the repo for exposed API keys, review the Android keystore setup, add paywall analytics hooks, and run a final QA pass before deployment. I will maintain a running Markdown file for documentation, covering deployment steps, the build process, and any significant technical changes introduced. I have experience with React Native and Node.js, and I understand the importance of granular commits and passing unit tests before pull requests. Questions: 1. Can you clarify the specific Android devices you want to validate the fixes on? 2. Are there any particular analytics tools you prefer for the paywall tracking? 3. What is your preferred format for the documentation? Ready to get started!
$10 USD in 40 days
7.2
7.2

Hi, I will fix the redundant registration call during login, replace hard-coded user records with proper Firebase Auth retrieval, and resolve the microphone-permission error — all with granular commits tied to each milestone item. For the auth flow, I will implement secure token-based session handling and remove any plaintext password storage, ensuring error responses map to actionable UI messages. Questions: 1) Which React Native version and navigation library is the project using? 2) Is the Node.js backend deployed on a managed service or a VPS? Looking forward to discussing further. Best regards, Kamran
$15 USD in 40 days
7.5
7.5

Hi, We would like to grab this opportunity and will work till you get 100% satisfied with our work. We are an expert team which have many years of experience on Java, Mobile App Development, Android, Unity 3D, Node.js, Backend Development, Documentation, React Native, Flutter, Unity Lets connect in chat so that We discuss further. Regards
$8 USD in 40 days
6.4
6.4

Hey, the redundant registration call on login is a classic Firebase Auth + custom backend race — the fix is usually gating the backend call behind an onAuthStateChanged check rather than firing it unconditionally on submit. I'd clean that alongside the hardcoded records and surface proper error codes from Firebase so users see "wrong password" not a generic failure. The microphone permission block on Android is tricky because RN's permission API behaves differently across API levels 29-33, and that's where most voice apps quietly break. Which Android API level is the primary target device running?
$10 USD in 40 days
6.1
6.1

Hi There!!! ★★★★ (React Native auth fixes, bug resolving & security cleanup for production ready app) ★★★★ Project understanding: You need completion of authentication flow fixes, core bug resolution, and security cleanup in a React Native app with Node.js backend. Also microphone issue, recording timeout bug, and final QA + deployment support with proper docs. Services: ⚜ React Native authentication refactor ⚜ Firebase Auth & backend integration fixes ⚜ Android microphone & recording bug fixes ⚜ Security audit (API keys, keystore cleanup) ⚜ Node.js/Express backend review ⚜ QA testing across Android devices ⚜ Markdown documentation for deployment steps I have exp working on React Native apps fixing auth flows, performance bugs and production stability issues, ensuring clean releases with proper testing. My approach is to fix auth first, then resolve critical bugs, then do security audit and final QA with clean milestone based commits. Warm Regards, Farhin B.
$8 USD in 40 days
6.6
6.6

Hi, I reviewed the three remaining milestones and the scope aligns well with my experience in React Native, Android stability, Firebase Auth, Node.js/Express backend flows, and production release cleanup. For Milestone 2, I would first clean the login/registration flow, remove the redundant backend call, replace dummy users with real API/Firebase-backed data, and improve secure authentication handling with clear user-facing errors plus server-side logs. For Milestone 3, I would focus on the microphone permission issue, recording timeout problem, and the retry loop freeze, then validate the fixes across multiple Android versions/devices to avoid regression. For Milestone 4, I would scan the repo for exposed secrets, review keystore handling, add lightweight paywall analytics hooks, complete final QA, and support production deployment. I’m also comfortable keeping a simple running Markdown document covering build steps, deployment notes, and key technical changes. I’ll keep commits granular and tied to each milestone item, with lint/tests passing before opening the PR. Your estimated hours look reasonable based on the scope. I’d be happy to start by reviewing the repo and confirming the exact task breakdown per milestone.
$15 USD in 40 days
6.2
6.2

Hi, I reviewed all three milestones carefully. This is a focused stabilization, security, and production-readiness phase, and with "10+ years of experience in mobile app development, React Native, Node.js, Firebase, and backend integrations", this aligns well with the type of work I handle regularly. For Milestone 2, I’ll streamline the authentication flow by removing duplicate backend registration calls, replacing hardcoded user data with proper backend retrieval, improving password security, and implementing clear user-facing errors with server-side logging. For Milestone 3, I’ll resolve the microphone permission issue, fix the recording timeout cutoff, and refactor the retry loop so it exits cleanly without freezing the app. I’ll also validate everything across multiple Android devices. For Milestone 4, I’ll audit the repository for exposed API keys and credentials, review keystore handling against best practices, add lightweight paywall analytics hooks, and complete final QA before assisting with production deployment. I will maintain the Markdown documentation as requested, keep commits granular for each milestone, and ensure all unit tests and lint checks pass before every pull request. Your estimated hours look well aligned with the scope. Quick question: is the voice recording module built natively or through a third-party SDK?
$10 USD in 100 days
6.0
6.0

Hi! I'm a MERN Stack expert specializing in Java, Mobile App Development, Android, Node.js, Backend Development, React Native, Flutter. I've carefully read your App Authentication & Bug Fixes and fully understand the requirements — I'm confident I can deliver clean, scalable, and high-performance code on time. I'd love to discuss the details further and get started right away. Let's connect to make your project a success!
$12 USD in 2 days
5.6
5.6

Hello, I can help complete the remaining milestones and stabilize the application for production. My approach: Milestone 2: Fix authentication flow, remove duplicate registration requests, replace mock data with real backend integration, improve password security, and implement clear user-facing error handling with server-side logging. Milestone 3: Resolve microphone permission issues, remove recording timeout limitations, refactor initialization/retry logic to prevent freezes, and test across multiple Android devices. Milestone 4: Audit and remove exposed credentials, review keystore security, add paywall analytics tracking, perform full QA testing, and support production deployment. Additional deliverables: Clean, well-documented commits for each milestone Ongoing Markdown documentation covering deployment, build process, and technical changes Code that passes linting and existing test suites before PR submission I have experience with React Native, Node.js/Express, Firebase Auth, Android debugging, API security, and production releases, and can work efficiently within an existing codebase while maintaining code quality. Available to start immediately. Best regards, Muhammad Rizwan LA
$12 USD in 40 days
5.7
5.7

⭐⭐⭐⭐⭐ ✅Hi there, hope you are doing well! I have successfully completed similar projects involving mobile app authentication and bug fixes integrating React Native and Node.js backends seamlessly. The most important part is ensuring secure and efficient authentication flow with clear error handling based on my experience. Approach: ⭕ I will eliminate redundant backend calls, replace dummy data, secure password handling, fix microphone permission issues, refactor retry loops, check Android keystore, add paywall analytics, and document all changes in Markdown. ❓ I will clarify key deployment environments and specific Android devices for testing to ensure compatibility. I am confident in delivering a stable, secure app with thorough documentation and smooth deployment. Thank you for considering my proposal. Best regards, Nam
$25 USD in 33 days
5.2
5.2

Hello, Drawing from my decade of industry expertise, I am confident that I can complete your App Authentication & Bug Fixes project to the highest standard. My skills in Backend Development, Flutter, Java, and React Native make me fluently bilingual in app development - enabling a comprehensive approach to a range of issues. The milestones you have outlined align closely with my past projects, including ironing out authentication redundancies and addressing security vulnerabilities. Having worked extensively with Firebase Auth, I am well-versed in ensuring secure password handling and implementing proper data retrieval. Additionally, my experience in both React Native and Node.js/Express backend will allow for tight integration of all the components required to address the aforementioned issues. As I always emphasize clean coding practices and pull request checkpoints, rest assured that your codebase will be more organized than ever. Lastly, our company's core principle is client satisfaction and long-term technical support. This means that post deployment, your app will continue to be covered with granular documentation which will help even new developers troubleshoot any future problems. With WellSpring Infotech, you're not just hiring a developer but a partner for your app's journey towards success! Thank you
$12 USD in 40 days
5.3
5.3

Hi, We would like to grab this opportunity and will work till you get 100% satisfied with our work. We are an expert team which have many years of experience on Java, Mobile App Development, Android, Unity 3D, Node.js, Backend Development, Documentation, React Native, Flutter, Unity Please come over chat and discuss your requirement in a detailed way. Regards
$15 USD in 40 days
4.9
4.9

As an experienced, Node.js and backend development specialist, I have the expertise to resolve the authentication and registration issues spelled out in your project requirements for Milestone 2. I understand the importance of efficient user authentication in maintaining app security. My range of skills covering Android, Java, React Native, and mobile app development will enable me to seamlessly replace the redundant backend registration call during login while tightening overall authentication flow. Moreover, having worked with Firebase Auth and private Git repositories closely aligns with your project’s technical stack. Having previously overcome similar challenges as those you mentioned, such as refining password-handling practices leading to secure data retrieval; I can guarantee a properly optimized security system for your app. An additional value I bring is my strong documentation habit, your request for consistent and lightweight documentation would be excellently catered for. Lastly, my knack for resolving core bugs - demonstrated through consistent clean exit errors in problematic retry loops, fixing microphone-permission errors that stall voice evaluation, and eliminating timeout-induced recording cutoffs - matches Milestone 3. Beyond only fixing these bugs, I will ensure the refactored code passes all unit tests and lint checks to maintain code quality. Given my skills in testing Android apps across diverse devices, stability won't be an issue.
$12 USD in 40 days
4.9
4.9

✋ Hi There!!! ✋ The Goal of the project:- To fix authentication issues, resolve core mobile app bugs, and strengthen security and deployment readiness in an existing React Native application with Node.js backend. I have carefully reviewed your requirement for completing authentication flow fixes, resolving runtime bugs, and performing final security cleanup with proper QA and documentation. I am the best fit because I specialize in React Native, Node.js backend debugging, authentication systems, and production-grade mobile app stabilization. 1. Fix authentication and registration flow including backend call cleanup and secure login handling 2. Resolve critical Android bugs including microphone permissions, recording issues, and app freeze problems 3. Perform security audit, remove exposed credentials, and prepare production-ready deployment with documentation I will provide debugging, backend fixes, testing, documentation, and full source code delivery with 9+ years experience as a full stack developer. Looking forward to chat with you for make a deal Best Regards Elisha Mariam!
$8 USD in 40 days
5.0
5.0

With over a decade of experience in Full Stack Development, I've successfully completed numerous projects similar to yours. Milestone 2's Optimization & Redundancy removal are my forte. As for data retrieval, I'm well-versed with Firebase Auth system and can ensure safe and secure authentication management for your users, eliminating any potential password security vulnerabilities. When it comes to troubleshooting and bug fixes in Milestone 3, I pride myself on meticulousness. I'll rigorously test your app on a variety of Android devices to ensure all the present bugs are ironed out so that you can have a stable application. My flexibility with different programming languages like Java and Node.js enable me to understand and fix varying issues with ease. Finally, for Milestone 4, security cleanup and final verification will be executed methodically. Your app's security is something I value deeply. Rest assured, API keys, keystore files or any other credentials will be diligently scanned for and removed as required. Adding the lightweight paywall analytics feature is also in line with my knowledge base in Android App Development.
$8 USD in 40 days
5.0
5.0

Hi there, I see you're looking for someone to help finalize three key milestones for your app, focusing on authentication, bug fixes, and security cleanup. With 4+ years of mobile development experience, I'm confident I can tackle the authentication flow to streamline user registration and login processes, ensuring a secure experience. I will also address the bugs you've mentioned, like the microphone-permission issue and recording timeout, to enhance app performance. I appreciate your emphasis on consistent documentation and will maintain a detailed Markdown file throughout the workflow. This will keep everything clear and organized for future reference. One question I have is: what specific devices do you want to test the fixes on for Milestone 3 to ensure compatibility? Best regards, Arslan Shahid
$8 USD in 3 days
4.9
4.9

Redundant backend calls on login and insecure password handling point to a short-circuited auth flow—I've cleaned up those in React Native/Firebase stacks before, with Node.js/Express on the backend. Last month I overhauled registration and permission bugs for an audio grading app, also React Native, so the fix path here is clear. I'd review the login -> registration handoff, fix error surfacing, then swap the dummy user store for live Firebase calls. For the voice bugs: Android mic permissions are inconsistent across devices, so I'll set proper runtime checks, patch the timeout, and refactor retries for clean exits. Security is mainly repo scrubbing, credential rotation, and storing keystore paths outside the repo. I commit milestone by milestone, docs in the repo as Markdown. Is there a CI/CD process set up for production deploys, or am I scripting those? I can start this week if the scope fits. Pradeep
$12 USD in 40 days
4.7
4.7

SURE, I have evaluated the project description and highly able to complete it App Authentication & Bug Fixes -----------I am a Mobile Application developer having 7 years of work experience with the expertise of React native/Xamarin/ Flutter/ Java and Kotlin (android) /Swift and objective (iOS )/ XML and Android XML Layouts (Android)/ Interface Builder and Storyboards (iOS). I have some queries to give you accurate time and price Please ping me to get started and provide you great results. Thanks
$15 USD in 40 days
5.0
5.0

Hi There, I understand you need an experienced mobile developer to efficiently wrap up your outstanding milestones, focusing on authentication enhancements, core bug fixes, and thorough security cleanup. My expertise aligns perfectly with these requirements. I am Abdul Haseeb Siddiqui, with over 6 years of experience in Mobile App Development, specializing in React Native, Node.js, and backend solutions. My skills include meticulous attention to detail, ensuring seamless authentication flows, and robust security practices. You can review my past work and successes in mobile development here: [Portfolio](https://www.freelancer.com/u/haseebsidd07) I am confident that my approach will meet your expectations, particularly in maintaining clear documentation and ensuring all code adheres to best practices. Looking forward to the opportunity to collaborate. Thanks, Abdul Haseeb Siddiqui Regards
$11.50 USD in 7 days
4.5
4.5

Houston, United States
Payment method verified
Member since May 22, 2026
$250-750 USD
$15-25 USD / hour
$250-750 USD
₹37500-75000 INR
$30 USD
₹12500-37500 INR
$250-750 AUD
₹750-1250 INR / hour
₹75000-150000 INR
$750-1500 AUD
$250-750 USD
$15-25 USD / hour
₹600-1500 INR
₹600-1500 INR / hour
$250-750 NZD
$10000-20000 USD
min $100000 USD
€30-250 EUR
$30-250 USD
₹75000-150000 INR
$25-50 USD / hour
$30-250 USD