firebase / quickstart-cpp

Firebase Quickstart Samples for C++
https://firebase.google.com/games
Apache License 2.0
206 stars 122 forks source link

I cant logevent by logevent fuction #112

Closed JethroLinopt closed 1 year ago

JethroLinopt commented 1 year ago

[READ] For Firebase C++ SDK issues, please report to Firebase C++ open-source

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 issue here:

(Please list the full steps to reproduce the issue. Include device logs, and stack traces if available.)

Steps to reproduce:

What's the issue repro rate? (eg 100%, 1/5 etc) 100%

What happened? How can we make the problem occur? This could be a description, log/console output, etc. I cant get any event log by desktop_testapp

If you have a downloadable sample project that reproduces the bug you're reporting, you will likely receive a faster response on your issue.

original desktop_testapp.exe and firebase c++ sdk built in VS2017 with google-services.json as folloing { "project_info": { "project_number": "763855455698", "project_id": "test-creative-cast-windows", "storage_bucket": "test-creative-cast-windows.appspot.com" }, "client": [ { "client_info": { "mobilesdk_app_id": "1:763855455698:android:35057ba684f2aba4a5b40b", "android_client_info": { "package_name": "com.optoma.desktop.windows" } }, "oauth_client": [ { "client_id": "763855455698-ds6imkf2sb3vmqekr1pp9kodo0cm7v1v.apps.googleusercontent.com", "client_type": 3 } ], "api_key": [ { "current_key": "AIzaSyBjNdBKkltSN0ja-argRyDtgjioQK0Rx1w" } ], "services": { "appinvite_service": { "other_platform_oauth_client": [ { "client_id": "763855455698-ds6imkf2sb3vmqekr1pp9kodo0cm7v1v.apps.googleusercontent.com", "client_type": 3 }, { "client_id": "763855455698-s9ntkrdlvvi8n1vutm96m2rb3q9eh064.apps.googleusercontent.com", "client_type": 2, "ios_info": { "bundle_id": "com.optoma.sender-windows" } } ] } } } ], "configuration_version": "1" }

simon750324 commented 1 year ago

+1

AlmostMatt commented 1 year ago

This appears to be a duplicate of https://github.com/firebase/firebase-cpp-sdk/issues/1352 I will close this issue and respond to the other one.