File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages-exp/auth-compat-exp Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 38
38
},
39
39
"license" : " Apache-2.0" ,
40
40
"devDependencies" : {
41
- "@firebase/app" : " 0.6.11 " ,
41
+ "@firebase/app-compat " : " 0.x " ,
42
42
"rollup" : " 2.28.1" ,
43
43
"rollup-plugin-json" : " 4.0.0" ,
44
44
"rollup-plugin-replace" : " 2.2.0" ,
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import { unwrap, Wrapper } from './wrap';
27
27
export class User implements compat . User , Wrapper < externs . User > {
28
28
// Maintain a map so that there's always a 1:1 mapping between new User and
29
29
// legacy compat users
30
- private static readonly USER_MAP = new Map < externs . User , User > ( ) ;
30
+ private static readonly USER_MAP = new WeakMap < externs . User , User > ( ) ;
31
31
32
32
readonly multiFactor : compat . MultiFactorUser ;
33
33
You can’t perform that action at this time.
0 commit comments