Posts

Showing posts from April, 2021

Unable to use firebase auth, even after adding sha1 keys [SOLVED]

Image
For using firebase auth in your application ,you need to add sha1 keys via firebase console, but if you have already added them and still its not working, then following the below steps will definitely help you: step1 : Login to firebase console and download the google-services.json file: after opening the file ,you may notice that the sha1 keys are not displayed under the field certificate hash: In the above screenshot ,the sha1 keys are shown along the field named "certificate hash", that's how it should be... but for some reason ,the sha1 keys in the firebase console are not included in the google-service.json file, its probably a bug... step-2: workaround So ,to add the sha1 keys to the project ,you need to add/create credentials via google cloud platform: https://console.cloud.google.com/apis/credentials   =>go to the above link and select your project. =>click on create credentials, and from dropdown box choose "OAuth client id" =>choose your appl