smaranjitghose / girlscript_app

A boilerplate for any technical community to pick up and use for their own without any hastle This app is a center to various events ranging from portraying the member’s achievements to announcing the upcoming opportunities. Additionally, this app developed by the community, and for the community, will add elegance. Plus, being as an open source project, this will be a golden opportunity for beginners to learn and contribute to it just like a cherry on the cake.
Creative Commons Zero v1.0 Universal
74 stars 106 forks source link

Added Github Auth #277

Closed rish07 closed 3 years ago

rish07 commented 3 years ago

Fixes #272 Let me know if there is something to be changed!

himanshusharma89 commented 3 years ago

@rish07 Can you hide the Client Id and Secret by replacing your id and secret with a blank or just text?

rish07 commented 3 years ago

@himanshusharma89 I used the client ID and Secret of the firebase account project you added me in. I'll replace it with CLIENT_ID and CLIENT_SECRET and push again

himanshusharma89 commented 3 years ago

BTW @rish07 Why are there so many lines of code?

rish07 commented 3 years ago

@himanshusharma89 I think the .gitignore file did not contain .idea by default and I didn't change anything else except the auth.dart and in signUp screen. So it pushed the .idea system file changes as well.

himanshusharma89 commented 3 years ago

Okay, no issues. Merging it.