Only want the social login buttons and don't need the full login form?
Use the <SocialLogins /> component:
<SocialLogins />
import { SocialLogins } from "gatsby-theme-firebase"; ... <SocialLogins onSuccess={(user) => { doSomethingWith(user) }} />