FR: social login with Apple
dandv opened this issue · 1 comments
dandv commented
epilande commented
Hey @dandv, I would love to add more auth providers. Feel free to contribute!
Here's a guideline for adding a provider:
- Add the provider in
gatsby-theme-firebase/src/firebase/auth/index.ts
. - Add logo in
gatsby-theme-firebase/src/components/icons/
- Add auth button in
<SocialLogins>
component. - Allow button to be toggled based on
socialLogins
setting from gatsby config.
Here's a reference PR #126 adding Facebook login provider.