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 11{
22 "name" : " angularfire2" ,
3- "version" : " 2.0.0-beta.6 " ,
3+ "version" : " 2.0.0-beta.7-pre " ,
44 "description" : " " ,
55 "main" : " bundles/angularfire2.umd.js" ,
66 "module" : " index.js" ,
2828 "type" : " git" ,
2929 "url" : " git+https://github.com/angular/angularfire2.git"
3030 },
31- "author" : " jeffbcross" ,
31+ "author" : " jeffbcross,davideast " ,
3232 "license" : " MIT" ,
3333 "bugs" : {
3434 "url" : " https://github.com/angular/angularfire2/issues"
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ export function _getWindowLocation(){
6262}
6363
6464export function _getAuthBackend ( app : firebase . app . App ) : FirebaseSdkAuthBackend {
65- return new FirebaseSdkAuthBackend ( app , false ) ;
65+ return new FirebaseSdkAuthBackend ( app ) ;
6666}
6767
6868export function _getDefaultFirebase ( config ) {
Original file line number Diff line number Diff line change @@ -34,8 +34,7 @@ export class FirebaseSdkAuthBackend extends AuthBackend {
3434 * https://github.com/angular/angular/issues/12631
3535 * https://github.com/angular/angularfire2/issues/653
3636 **/
37- constructor ( @Inject ( FirebaseApp ) _fbApp : any ,
38- private _webWorkerMode = false ) {
37+ constructor ( @Inject ( FirebaseApp ) _fbApp : any ) {
3938 super ( ) ;
4039 this . _fbAuth = _fbApp . auth ( ) ;
4140 }
You can’t perform that action at this time.
0 commit comments