Skip to content

add Sendable to AuthDataResult #14515

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

Closed
wants to merge 2 commits into from
Closed

add Sendable to AuthDataResult #14515

wants to merge 2 commits into from

Conversation

morganchen12
Copy link
Contributor

Prevents calls like try await Auth.auth().signInAnonymously() from erroring. AuthDataResult has only immutable properties, so this conformance requires no other code changes.

@morganchen12
Copy link
Contributor Author

Nevermind, for some reason the build errors weren't surfacing in my local env.

@firebase firebase locked and limited conversation to collaborators Mar 31, 2025
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.

2 participants