I need to find 2 keys for my firebase authentication based on this answer. I found the first one, but I can't find
Variant: Release
Config: Release
key. It might be because of the warning I get:Please apply google-services plugin at the bottom of the build file.. However, I have
apply plugin: 'com.google.gms.google-services'
in Project/android/build.gradle and Project/android/app/build.gradle
How do I fix the warning to get the second sha-1 key?
