File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -334,7 +334,7 @@ private string GetURL() {
334
334
private async Task SetRequestHeaders ( HttpRequestMessage request ) {
335
335
request . Headers . Add ( "x-goog-api-key" , _firebaseApp . Options . ApiKey ) ;
336
336
string version = FirebaseInterops . GetVersionInfoSdkVersion ( ) ;
337
- request . Headers . Add ( "x-goog-api-client" , $ "gl-csharp/{ version } ") ;
337
+ request . Headers . Add ( "x-goog-api-client" , $ "gl-csharp/8.0 fire/ { version } ") ;
338
338
if ( FirebaseInterops . GetIsDataCollectionDefaultEnabled ( _firebaseApp ) ) {
339
339
request . Headers . Add ( "X-Firebase-AppId" , _firebaseApp . Options . AppId ) ;
340
340
request . Headers . Add ( "X-Firebase-AppVersion" , UnityEngine . Application . version ) ;
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ public async Task<LiveSession> ConnectAsync(CancellationToken cancellationToken
91
91
92
92
// Set initial headers
93
93
string version = FirebaseInterops . GetVersionInfoSdkVersion ( ) ;
94
- clientWebSocket . Options . SetRequestHeader ( "x-goog-api-client" , $ "gl-csharp/{ version } ") ;
94
+ clientWebSocket . Options . SetRequestHeader ( "x-goog-api-client" , $ "gl-csharp/8.0 fire/ { version } ") ;
95
95
if ( FirebaseInterops . GetIsDataCollectionDefaultEnabled ( _firebaseApp ) ) {
96
96
clientWebSocket . Options . SetRequestHeader ( "X-Firebase-AppId" , _firebaseApp . Options . AppId ) ;
97
97
clientWebSocket . Options . SetRequestHeader ( "X-Firebase-AppVersion" , UnityEngine . Application . version ) ;
You can’t perform that action at this time.
0 commit comments