You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
*Which Firebase Sample: Analystic_ (Auth, Database, etc.)
*Firebase C++ SDK version: 11.1.0__
*Additional SDKs you are using: _____ (Facebook, AdMob, etc.)
*Platform you are using the SDK on: Windows__ (Mac, Windows, or Linux)
*Platform you are targeting: desktop (iOS, Android, and/or v)
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.
[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:
*Which Firebase Sample: Analystic_ (Auth, Database, etc.)
*Firebase C++ SDK version: 11.1.0__
*Additional SDKs you are using: _____ (Facebook, AdMob, etc.)
*Platform you are using the SDK on: Windows__ (Mac, Windows, or Linux)
*Platform you are targeting: desktop (iOS, Android, and/or v)
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"
}
The text was updated successfully, but these errors were encountered: