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() {
334334 private async Task SetRequestHeaders ( HttpRequestMessage request ) {
335335 request . Headers . Add ( "x-goog-api-key" , _firebaseApp . Options . ApiKey ) ;
336336 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 } ") ;
338338 if ( FirebaseInterops . GetIsDataCollectionDefaultEnabled ( _firebaseApp ) ) {
339339 request . Headers . Add ( "X-Firebase-AppId" , _firebaseApp . Options . AppId ) ;
340340 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
9191
9292 // Set initial headers
9393 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 } ") ;
9595 if ( FirebaseInterops . GetIsDataCollectionDefaultEnabled ( _firebaseApp ) ) {
9696 clientWebSocket . Options . SetRequestHeader ( "X-Firebase-AppId" , _firebaseApp . Options . AppId ) ;
9797 clientWebSocket . Options . SetRequestHeader ( "X-Firebase-AppVersion" , UnityEngine . Application . version ) ;
You can’t perform that action at this time.
0 commit comments