Fix signup error handling and improve dialog for existing email#521
Fix signup error handling and improve dialog for existing email#521hiraljj05 wants to merge 1 commit intoCircuitVerse:masterfrom
Conversation
✅ Deploy Preview for cv-mobile-app-web ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
WalkthroughThis pull request modifies the .gitignore configuration file to adjust Android-related ignore patterns. The change reformats the /android/app/release entry and adds android/app/google-services.json to the list of ignored files. The google-services.json file is a Firebase/Google Cloud configuration file that typically contains sensitive credentials and should not be committed to version control. Net result is two lines added and one removed. 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
.gitignore (1)
46-46: Use a root-anchored path for consistency.Other Android entries here are root-anchored (
/android/...), so consider aligning this one too.Suggested diff
-android/app/google-services.json +/android/app/google-services.json
Fixes #508
Describe the changes you have made in this PR -
Screenshots of the changes (If any) -

Note: Please check Allow edits from maintainers. if you would like us to assist in the PR.
Summary by CodeRabbit