My app refuse to build after adding firebase

My app has refused to build after adding firebase and this is the error is got .
Android Builder is unable to compile this project.
The compiler error output was
________Preparing application icon
________Creating animation xml
________Creating style xml
YAIL compiler - Firebase Configuration Parser Error.
.
KisAsiaTV-1.aia (1.4 MB)
Above is the aia and below is my firebase json file.
google-services.json (657 Bytes)

Download the latest JSON file from firebase and rebuild again.

I downloaded another JSON file from firebase and still got same error.
google-services.json (789 Bytes)

Here is your old
google-services.json (1.1 KB) JSON file which is used in the last project. and your given JSON file is an incomplete credential.

Your project must contain a client ID for Firebase Auth Handling, so try to enable Google Authentication to get a rebuilt JSON file, then try to compile again.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.