android - how to create oauth client for your app
How to create oauth 2.0 client for signing into google. You have to login to https://console.cloud.google.com/ and the go under API & Services. Then you will need to click on "Create credentials" as shown here.
And the next steps are pretty straight forward.
Please download and copy your google-service.json file to your android app folder. Using the Android studio to paste this in to ensure Android studio is able to recognized your new file.
Comments