-
Notifications
You must be signed in to change notification settings - Fork 251
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
Is this project maintained? #192
Comments
I just go ahead and use https://www.npmjs.com/package/react-social-login-buttons import { GoogleLoginButton } from 'react-social-login-buttons'
import { GoogleAuthProvider, getAuth, signInWithRedirect } from 'firebase/auth'
const provider = new GoogleAuthProvider()
export const LoginButton = () => {
return (
<GoogleLoginButton
onClick={() => {
signInWithRedirect(getAuth(), provider)
}}
/>
)
} and I am done |
No, this project appears to be dead. |
@tylim88 Please note:
https://firebase.google.com/docs/auth/web/redirect-best-practices |
|
You mentioned that you use signInWithRedirect. |
the point is not signInWithRedirect or sign in with anything smh |
seems that's now dead too: firebase/firebaseui-web#1084 |
This project appears to be abandoned when looking at the issue below, is it still being maintained?
#173
Currently, considering the behavior of React18, it seemed better to use the following instead.
https://github.com/firebase/firebaseui-web
The text was updated successfully, but these errors were encountered: