-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Feature/google signin #57
Feature/google signin #57
Conversation
✅ Deploy Preview for board-dhanushnehru ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Hi @JeevaRamanathan the client id etc, can that be as environment variables. |
Hi @DhanushNehru ,
2.Steps to be followed to enable and get the data-client_id
Please follow the above steps and if you are facing any issues please let me know |
Thanks for your contribution @JeevaRamanathan , if you can update the readme.md / contribution.md guidelines Or create an issue to update those, it would be very helpful for new users |
Hi @DhanushNehru, Sure! I have raised a PR updating readme.md. #61 |
Fix for #49
While merging please do create a project in https://console.cloud.google.com/ and under Apis and Services i. create a OAuth 2.0 client id for web application and replace the client id in index.html (line 59). ii) Also add the Authorized JavaScript origins in OAuth 2.0 of the web app end point. If anything goes wrong kindly let me know!