cocos2dx-cpp-sample icon indicating copy to clipboard operation
cocos2dx-cpp-sample copied to clipboard

Firebase Cocos2d-x samples

Results 7 cocos2dx-cpp-sample issues
Sort by recently updated
recently updated
newest added

Update the default cocos-2d-x version to 3.17. The change for android is needed because the template in v3.17 does not have two different folders for proj.android and proj.android-studio anymore.

- I followed the guide at **https://firebase.google.com/docs/admob/cpp/cocos2d-x**. **When i build debug mode, (debug.apk) it works fine** , but when i build release mode , it error with log : 06-11...

I was following your instructions to build sample firebase cocos2d-x project for Analytics and got this error: ``` sample/sample_project/cocos2d/cocos/platform/CCFileUtils.cpp:1156:9: error: call to unavailable function 'system': not available on iOS if...

Can you please give example with offline support? Just `set_persistence_enabled` before creating any instances of DatabaseReference doesn't help. Feature query/set freezes with `kFutureStatusPending` status.

Hi, I run AdMob example in cocos2d-x 3.14 it work fine, but I upgrade to cocos 3.15.1 it crash when run on device. I test on Samsung galaxy s6 android...

Tried to build AdMob project in Android. After typing this cmd "python setup_firebase_sample.py AdMob" I moved to sample_project folder and tried to build it but encoutnering this error. I'm using...

My project uses firebase auth, database. When i tried to call the entry point for the Firebase Realtime Database C++ SDK, something like that auto database = ::firebase::database::Database::GetInstance(firebase::App::GetInstance()); I should...