erluxman / midwest-students

app for midwest-students
0 stars 2 forks source link

(Nabin Paudel) Make the authentication work in Android as well. #1

Open erluxman opened 1 year ago

erluxman commented 1 year ago

This app logs in with google in iOS only. Necessary changes might need to be made in order for it to run in Android.

Possible stuffs to be done:

  1. Setup oauth in google-developers console
  2. Adding debug key in firebase console.
  3. Some gradle setup that might not have been finished yet.

But before that.

  1. Fork this repo. (learn how to do that in youtube or chat gpt)
  2. Clone the forked repo,( it will have your username in it's link )

https://user-images.githubusercontent.com/6260014/234055842-2c05a712-d4eb-4114-83ad-e879e0fbcd35.mp4

  1. write in command git checkout -b audroidAuth
  2. Make the necessary changes
  3. After app works fine . write in command line git add .
  4. Then git commit -m "Fix android Auth"
  5. Then git push origin audroidAuth

Then raise PR against this repo (my repo that has erluxman in it) Learn it using chatgpt or youtube. or ask me.

erluxman commented 1 year ago

App should work just like this in Android As well.

https://user-images.githubusercontent.com/6260014/234062631-86f38fbe-e703-4f1e-9735-baed9c8fdd4f.mp4

Read the following steps to learn contributing easily

https://github.com/erluxman/midwest-students/wiki/Contribution