firebase / firebase-cpp-sdk

Firebase C++ SDK
http://firebase.google.com
Apache License 2.0
271 stars 109 forks source link

[Question] #1605

Open ALI3D69 opened 3 weeks ago

ALI3D69 commented 3 weeks ago

[READ] For Firebase Unity SDK question, please report to Firebase Unity Sample

Once you've read this section and determined that your issue is appropriate for this repository, please delete this section.

[REQUIRED] Please fill in the following fields:

[REQUIRED] Please describe the question here:

I am making a project using Axmol. I add the SDKs from this tutorial. And when I am trying to export to android, I get this Errors: Firebase Errors.txt

dconeybe commented 3 weeks ago

Drive-by comment:

This appears to be the problem:

Caused by: org.gradle.api.GradleException: No matching client found for package name 'com.kooapps.warstory.io' in E:\Artin Game Projects\72 We Are Warriors\Axmol\WarStory.io\proj.android\app\google-services.json

You need to go into the Firebase console and register an Android application with package ID com.kooapps.warstory.io then download and use the resulting google-services.json for that application.