Skip to content

Commit 6f27cbd

Browse files
committed
add transport methods to update framework usage flags after transport initialization
1 parent fb27687 commit 6f27cbd

File tree

1 file changed

+1
-1
lines changed
  • packages/data-connect/src/network

1 file changed

+1
-1
lines changed

packages/data-connect/src/network/fetch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function getWebFrameworkValue(
4343
str += ' react/';
4444
}
4545
if (_isUsingAngular) {
46-
str += ' angularfire/';
46+
str += ' angular/';
4747
}
4848
// no framework SDK used
4949
if (str === '') {

0 commit comments

Comments
 (0)