Mobile App Developer | Freelancer | React Native | Kotlin - Android | Swift UI - iOS |Helping Businesses and Startups to build , powerful and scalable apps across the globe.
Ended up adding the google-services.json from firebase which allows you to input both the SHA Key from debug.keystore in User/.android/bin and the one in the project directory android/app folder so now it works.
Cheers anyways and for release I´ll just follow what you did except I´ll put the generated SHA Key on firebase and redownload the google-services.json.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
This error basically comes due to Release SHA Key... make sure you paste the same release key in console which your building app with...
Make sure you did 4.1 step correctly (replace debug SHA keystore with release )
Ended up adding the google-services.json from firebase which allows you to input both the SHA Key from debug.keystore in User/.android/bin and the one in the project directory android/app folder so now it works.
Cheers anyways and for release I´ll just follow what you did except I´ll put the generated SHA Key on firebase and redownload the google-services.json.