File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angularfire2" ,
3
- "version" : " 2.0.0-beta.6 " ,
3
+ "version" : " 2.0.0-beta.7-pre " ,
4
4
"description" : " " ,
5
5
"main" : " bundles/angularfire2.umd.js" ,
6
6
"module" : " index.js" ,
28
28
"type" : " git" ,
29
29
"url" : " git+https://github.com/angular/angularfire2.git"
30
30
},
31
- "author" : " jeffbcross" ,
31
+ "author" : " jeffbcross,davideast " ,
32
32
"license" : " MIT" ,
33
33
"bugs" : {
34
34
"url" : " https://github.com/angular/angularfire2/issues"
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ export function _getWindowLocation(){
62
62
}
63
63
64
64
export function _getAuthBackend ( app : firebase . app . App ) : FirebaseSdkAuthBackend {
65
- return new FirebaseSdkAuthBackend ( app , false ) ;
65
+ return new FirebaseSdkAuthBackend ( app ) ;
66
66
}
67
67
68
68
export function _getDefaultFirebase ( config ) {
Original file line number Diff line number Diff line change @@ -34,8 +34,7 @@ export class FirebaseSdkAuthBackend extends AuthBackend {
34
34
* https://github.com/angular/angular/issues/12631
35
35
* https://github.com/angular/angularfire2/issues/653
36
36
**/
37
- constructor ( @Inject ( FirebaseApp ) _fbApp : any ,
38
- private _webWorkerMode = false ) {
37
+ constructor ( @Inject ( FirebaseApp ) _fbApp : any ) {
39
38
super ( ) ;
40
39
this . _fbAuth = _fbApp . auth ( ) ;
41
40
}
You can’t perform that action at this time.
0 commit comments