@@ -616,11 +616,11 @@ fireauth.exportlib.exportFunction(
616
616
fireauth . ActionCodeURL . parseLink , [ fireauth . args . string ( 'link' ) ] ) ;
617
617
618
618
619
- ( function ( ) {
619
+ ( function ( ) {
620
620
if ( typeof firebase === 'undefined' || ! firebase . INTERNAL ||
621
621
! firebase . INTERNAL . registerComponent ) {
622
622
throw new Error ( 'Cannot find the firebase namespace; be sure to include ' +
623
- 'firebase-app.js before this library.' ) ;
623
+ 'firebase-app.js before this library.' ) ;
624
624
} else {
625
625
var namespace = {
626
626
// Exports firebase.auth.ActionCodeInfo.Operation.
@@ -637,36 +637,36 @@ fireauth.exportlib.exportFunction(
637
637
'Error' : fireauth . AuthError
638
638
} ;
639
639
fireauth . exportlib . exportFunction ( namespace ,
640
- 'EmailAuthProvider' , fireauth . EmailAuthProvider , [ ] ) ;
640
+ 'EmailAuthProvider' , fireauth . EmailAuthProvider , [ ] ) ;
641
641
fireauth . exportlib . exportFunction ( namespace ,
642
- 'FacebookAuthProvider' , fireauth . FacebookAuthProvider , [ ] ) ;
642
+ 'FacebookAuthProvider' , fireauth . FacebookAuthProvider , [ ] ) ;
643
643
fireauth . exportlib . exportFunction ( namespace ,
644
- 'GithubAuthProvider' , fireauth . GithubAuthProvider , [ ] ) ;
644
+ 'GithubAuthProvider' , fireauth . GithubAuthProvider , [ ] ) ;
645
645
fireauth . exportlib . exportFunction ( namespace ,
646
- 'GoogleAuthProvider' , fireauth . GoogleAuthProvider , [ ] ) ;
646
+ 'GoogleAuthProvider' , fireauth . GoogleAuthProvider , [ ] ) ;
647
647
fireauth . exportlib . exportFunction ( namespace ,
648
- 'TwitterAuthProvider' , fireauth . TwitterAuthProvider , [ ] ) ;
648
+ 'TwitterAuthProvider' , fireauth . TwitterAuthProvider , [ ] ) ;
649
649
fireauth . exportlib . exportFunction ( namespace ,
650
- 'OAuthProvider' , fireauth . OAuthProvider , [
651
- fireauth . args . string ( 'providerId' )
652
- ] ) ;
650
+ 'OAuthProvider' , fireauth . OAuthProvider , [
651
+ fireauth . args . string ( 'providerId' )
652
+ ] ) ;
653
653
fireauth . exportlib . exportFunction ( namespace ,
654
- 'SAMLAuthProvider' , fireauth . SAMLAuthProvider , [
655
- fireauth . args . string ( 'providerId' )
656
- ] ) ;
654
+ 'SAMLAuthProvider' , fireauth . SAMLAuthProvider , [
655
+ fireauth . args . string ( 'providerId' )
656
+ ] ) ;
657
657
fireauth . exportlib . exportFunction ( namespace ,
658
- 'PhoneAuthProvider' , fireauth . PhoneAuthProvider , [
659
- fireauth . args . firebaseAuth ( true )
660
- ] ) ;
658
+ 'PhoneAuthProvider' , fireauth . PhoneAuthProvider , [
659
+ fireauth . args . firebaseAuth ( true )
660
+ ] ) ;
661
661
fireauth . exportlib . exportFunction ( namespace ,
662
- 'RecaptchaVerifier' , fireauth . RecaptchaVerifier , [
663
- fireauth . args . or (
664
- fireauth . args . string ( ) ,
665
- fireauth . args . element ( ) ,
666
- 'recaptchaContainer' ) ,
667
- fireauth . args . object ( 'recaptchaParameters' , true ) ,
668
- fireauth . args . firebaseApp ( true )
669
- ] ) ;
662
+ 'RecaptchaVerifier' , fireauth . RecaptchaVerifier , [
663
+ fireauth . args . or (
664
+ fireauth . args . string ( ) ,
665
+ fireauth . args . element ( ) ,
666
+ 'recaptchaContainer' ) ,
667
+ fireauth . args . object ( 'recaptchaParameters' , true ) ,
668
+ fireauth . args . firebaseApp ( true )
669
+ ] ) ;
670
670
fireauth . exportlib . exportFunction ( namespace ,
671
671
'ActionCodeURL' , fireauth . ActionCodeURL , [ ] ) ;
672
672
@@ -709,4 +709,4 @@ fireauth.exportlib.exportFunction(
709
709
'User' : fireauth . AuthUser
710
710
} ) ;
711
711
}
712
- } ) ( ) ;
712
+ } ) ( ) ;
0 commit comments