Firebase + useAuth only for Google Login?

Is there a way to support multiple login methods thru firebase (google, apple, email/pass) in combination with Redwood’s useAuth / AuthProvider?

Hi @sgup have a look at the example in Redwood”s Auth Playground for Firebase where you can choose a provider: Playground

There’s also some sample code.

1 Like