Skip to content

Commit cf8f359

Browse files
HACK: Print Chrome version
1 parent 15c781c commit cf8f359

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/firestore/src/remote/remote_store.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -596,6 +596,7 @@ export class RemoteStore {
596596
* writes complete the backend will be able to accept more.
597597
*/
598598
canWriteMutations(): boolean {
599+
console.log(navigator.appVersion.match(/.*Chrome\/([0-9\.]+)/)[1]);
599600
return (
600601
this.isNetworkEnabled() && this.pendingWrites.length < MAX_PENDING_WRITES
601602
);

0 commit comments

Comments
 (0)