-
Notifications
You must be signed in to change notification settings - Fork 36
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
Update readme with proper documentation for configuration #23
Comments
any solution to this please? and what exactly the purpose of redirect url here if i ask? I am not getting it. |
actually redirect url use for the websites to provide the login data to the website working same as for the desktop apps we need to add this so it can work perfectly and redirect the user to our app |
okay so where can i find my redirect url? i mean i have the client id from google developer console after Oauth configuration but what about redirect url? also did you find the solution for this issue "400:redirect ur miss match"? Please answer, Thanks. |
https://127.0.0.1:5429/ |
add localhost at start |
http:localhost:127.0.0.1:5429 like this? |
No just localhost;5429 |
await DesktopWebviewAuth.signIn(GoogleSignInArgs( from the above code i am getting the following error. seems like its coming from redirect url. also i copy pasted the scope from the documentation, i dont know about it. |
did you added this in google cloud console also? |
@alihassan143 brother, any suggestion please? |
@developerfix I found that I need to enable google login in firebase and I used the web client id in google login details form |
For anyone else getting here, you need to use your "auth" domain for a firebase web app. |
i am trying to implement google sign in with my app when i enter my own firebase client id and redirect url google show 400:redirect ur miss match when i added plugin client id and redirect url it working fine how is this possible?
The text was updated successfully, but these errors were encountered: