File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -681,9 +681,9 @@ fireauth.exportlib.exportFunction(
681
681
'serviceProps' : namespace ,
682
682
'instantiationMode' : 'LAZY' ,
683
683
'type' : 'PUBLIC'
684
- }
684
+ } ;
685
685
686
- const authInteropComponent = { // provides Auth internal APIs
686
+ const authInteropComponent = { // provides Auth internal APIs
687
687
'name' : 'auth-internal' ,
688
688
'instanceFactory' : function ( container ) {
689
689
var auth = container [ 'getProvider' ] ( fireauth . exportlib . AUTH_TYPE ) [ 'getImmediate' ] ( ) ;
@@ -699,10 +699,10 @@ fireauth.exportlib.exportFunction(
699
699
'multipleInstances' : false ,
700
700
'instantiationMode' : 'LAZY' ,
701
701
'type' : 'PRIVATE'
702
- } ;
702
+ } ;
703
703
704
- firebase . INTERNAL . registerComponent ( authComponent ) ;
705
- firebase . INTERNAL . registerComponent ( authInteropComponent ) ;
704
+ firebase . INTERNAL . registerComponent ( authComponent ) ;
705
+ firebase . INTERNAL . registerComponent ( authInteropComponent ) ;
706
706
707
707
// Expose User as firebase.User.
708
708
firebase . INTERNAL . extendNamespace ( {
You can’t perform that action at this time.
0 commit comments