[Question]
ALI3D69 opened this issue · 2 comments
ALI3D69 commented
[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:
- Pre-built SDK from the website or open-source from this repo: _____
- Firebase C++ SDK version: firebase_cpp_sdk_12.0.0
- Main Firebase Components in concern: Analytics (Auth, Database, etc.)
- Other Firebase Components in use: Crashlytics (Auth, Database, etc.)
- Platform you are using the C++ SDK on: Windows (Mac, Windows, or Linux)
- Platform you are targeting: Android (iOS, Android, and/or desktop)
[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
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.
paulpv commented
Agreed; not a problem with this firebase-cpp-sdk repo.