epilande/gatsby-theme-firebase

FR: social login with Apple

dandv opened this issue · 1 comments

dandv commented

Firebase Auth supports social login with Apple. How could that be added to the theme?

image

Hey @dandv, I would love to add more auth providers. Feel free to contribute!

Here's a guideline for adding a provider:

  1. Add the provider in gatsby-theme-firebase/src/firebase/auth/index.ts.
  2. Add logo in gatsby-theme-firebase/src/components/icons/
  3. Add auth button in <SocialLogins> component.
  4. Allow button to be toggled based on socialLogins setting from gatsby config.

Here's a reference PR #126 adding Facebook login provider.