Skip to content

Commit

Permalink
prototype subpackage in webchannel wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubox76 committed Apr 18, 2024
1 parent 7db2e04 commit 8833eec
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"@firebase/logger": "0.4.1",
"@firebase/util": "1.9.5",
"@firebase/component": "0.6.6",
"@firebase/webchannel-wrapper": "0.10.6",
"tslib": "^2.1.0"
},
"license": "Apache-2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/analytics/src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ import {
internalGetGoogleAnalyticsClientId
} from './functions';
import { ERROR_FACTORY, AnalyticsError } from './errors';
import * as ww from '@firebase/webchannel-wrapper/test';
// import * as cordova from '@firebase/auth/cordova';

console.log(ww);

export { settings } from './factory';

Expand Down
1 change: 1 addition & 0 deletions packages/webchannel-wrapper/test/blah.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export default {};
7 changes: 7 additions & 0 deletions packages/webchannel-wrapper/test/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "@firebase/webchannel-wrapper/test",
"description": "A Cordova-specific build of the Firebase Auth JS SDK",
"browser": "../test/blah.js",
"module": "../test/blah.js",
"typings": "../src/index.d.ts"
}

0 comments on commit 8833eec

Please sign in to comment.