Skip to content
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

Open
ghost opened this issue Dec 13, 2022 · 7 comments
Open

Is this project maintained? #192

ghost opened this issue Dec 13, 2022 · 7 comments

Comments

@ghost
Copy link

ghost commented Dec 13, 2022

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

@tylim88
Copy link

tylim88 commented Mar 17, 2023

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

@joshkautz
Copy link

No, this project appears to be dead.

@ypraag-cloudinary
Copy link

@tylim88 Please note:

Note: Starting June 18 2024, implementing one of the options will be required for redirect sign-in to work on Google Chrome M115+. This is already required on Firefox 109+ and Safari 16.1+.

https://firebase.google.com/docs/auth/web/redirect-best-practices

@tylim88
Copy link

tylim88 commented Apr 28, 2024

@tylim88 Please note:

Note: Starting June 18 2024, implementing one of the options will be required for redirect sign-in to work on Google Chrome M115+. This is already required on Firefox 109+ and Safari 16.1+.

https://firebase.google.com/docs/auth/web/redirect-best-practices

@ypraag-cloudinary ???

@hitautodestruct
Copy link

hitautodestruct commented Apr 28, 2024

@tylim88 Please note:

Note: Starting June 18 2024, implementing one of the options will be required for redirect sign-in to work on Google Chrome M115+. This is already required on Firefox 109+ and Safari 16.1+.

https://firebase.google.com/docs/auth/web/redirect-best-practices

@ypraag-cloudinary ???

You mentioned that you use signInWithRedirect.
The reference is to an article that states that from 18.06.2024 there may be issues for people that use signInWithRedirect

@tylim88
Copy link

tylim88 commented Apr 28, 2024

@tylim88 Please note:

Note: Starting June 18 2024, implementing one of the options will be required for redirect sign-in to work on Google Chrome M115+. This is already required on Firefox 109+ and Safari 16.1+.

https://firebase.google.com/docs/auth/web/redirect-best-practices

@ypraag-cloudinary ???

You mentioned that you use signInWithRedirect. The reference is to an article that states that from 18.06.2024 there may be issues for people that use signInWithRedirect

@hitautodestruct

the point is not signInWithRedirect or sign in with anything
the point is to show that you can easily replace this UI (which is dead) with another UI

smh

@hortynz
Copy link

hortynz commented Jul 22, 2024

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

seems that's now dead too: firebase/firebaseui-web#1084

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants