-
Notifications
You must be signed in to change notification settings - Fork 0
Dev #35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dev #35
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
User description
PR Type
Bug fix, Enhancement
Description
Refactor validation functions: skip optional empties
Add typed error arrays and improved messages
Restrict file path rewrite to non-empty uploads
Configure Firestore ignoreUndefinedProperties
Fix sessionLogin user lookup collection
Changes walkthrough 📝
firebase.ts
Configure Firestore to ignore undefined propsfunctions/src/config/firebase.ts
db.settings({ ignoreUndefinedProperties: true })application_controller.ts
Enhance validation logic and error handlingfunctions/src/controllers/application_controller.ts
errorsarrays in all validatorsauth_controller.ts
Fix sessionLogin user document lookupfunctions/src/controllers/auth_controller.ts
"questions"to"users"