Skip to content
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

[Auth] Prefer immutable properties and private access level in *Request types #14001

Merged
merged 13 commits into from
Oct 30, 2024

Conversation

ncooke3
Copy link
Member

@ncooke3 ncooke3 commented Oct 30, 2024

This should be a no-op. Moving to private and lets where applicable. I'm working on moving these types to structs and thought this would be a good cleanup opportunity to minimize mutability.

#no-changelog

Copy link
Member

@paulb777 paulb777 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

Copy link
Contributor

@andrewheard andrewheard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM as well. The one benefit of leaving them as internal would be to avoid discouraging testing (it's easier with @testable import and internal) but I imagine most of us would just change the access level back if we needed to.

@ncooke3 ncooke3 merged commit 56b0475 into main Oct 30, 2024
55 checks passed
@ncooke3 ncooke3 deleted the nc/auth-swift6 branch October 30, 2024 22:33
@firebase firebase locked and limited conversation to collaborators Nov 30, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants