firebase / firebase-ios-sdk

Firebase SDK for Apple App Development
https://firebase.google.com
Apache License 2.0
5.68k stars 1.49k forks source link

[Auth] Mark AuthRequestConfiguration as final and reduce its mutability #14147

Closed ncooke3 closed 6 days ago

ncooke3 commented 6 days ago

AuthRequestConfiguration will eventually need to be Sendable. Gradually addressing the low hanging fruit based on its usage.

no-changelog