I\'ve made a chat app that uses Firebase\'s feature Real-time database. I face a problem with google authentication. The problem started when I downloaded the a
Real-time database
You need three keys in order to make it work:
The debug key. Informations here.
The release key. Informations here.
Google Play App signing key. Informations here.
All these keys are needed in order to make the sign-in process work.
Other informations here.