We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Once you've read this section and determined that your issue is appropriate for this repository, please delete this section.
(Please list the full steps to reproduce the issue. Include device logs, and stack traces if available.)
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:
+1
Sorry, something went wrong.
This appears to be a duplicate of firebase/firebase-cpp-sdk#1352 I will close this issue and respond to the other one.
No branches or pull requests
[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"
}
The text was updated successfully, but these errors were encountered: