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

Support Google Identity Provider #21

Open
1 task done
Supereg opened this issue Oct 30, 2023 · 0 comments
Open
1 task done

Support Google Identity Provider #21

Supereg opened this issue Oct 30, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@Supereg
Copy link
Member

Supereg commented Oct 30, 2023

Problem

We recently added support for Sign in with Apple. We want to extend this support for Single-Sign-On Providers to other Providers like Google.

Solution

Leverage the existing infrastructure, the FirebaseIdentityProviderAccountService, to add support for other identity providers like a Google-based one.

Additional context

This would require some minor adjustments to the FirebaseAccount target. As Google requires an additional SDK, we would implement that support as a separate target. The existing infrastructure would need some minor adaption to allow to source the IdentityProvider-specific operations externally.

Code of Conduct

  • I agree to follow this project's Code of Conduct and Contributing Guidelines
@Supereg Supereg added the enhancement New feature or request label Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

1 participant