Skip to content

Commit 4f19636

Browse files
update exports file
1 parent 005e756 commit 4f19636

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/auth/src/exports_auth.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ fireauth.exportlib.exportPrototypeMethods(
9999
fireauth.args.func('opt_completed', true)
100100
]
101101
},
102+
getSignedInUser : {
103+
name: 'getSignedInUser',
104+
args: []
105+
},
102106
onIdTokenChanged: {
103107
name: 'onIdTokenChanged',
104108
args: [
@@ -790,4 +794,4 @@ fireauth.exportlib.exportFunction(
790794
'User': fireauth.AuthUser
791795
});
792796
}
793-
})();
797+
})();

0 commit comments

Comments
 (0)