ionic2-angular2-firebase
                                
                                 ionic2-angular2-firebase copied to clipboard
                                
                                    ionic2-angular2-firebase copied to clipboard
                            
                            
                            
                        Getting errors when I run ionic serve --lab
[15:45:59] lint finished in 3.57 s [15:46:01] typescript: src/pages/signup/signup.ts, line: 115 Property 'status' does not exist on type 'XMLHttpRequestEventTarget'.
 L114:  xhr.onload = function (e) {
[15:46:01] typescript: src/pages/signup/signup.ts, line: 116 L115: if (this.status === 200) { L116: var myBlob = this.response;
        Property 'response' does not exist on type 'XMLHttpRequestEventTarget'.
 L115:  if (this.status === 200) {
 L116:      var myBlob = this.response;
 L117:      // myBlob is now the blob that the object URL pointed to.
same here
Guys, this repo isn't supported anymore, at least by me. I have started it when ionic 2 was still in development so that developers can get started with the framework. Of course many changes (obviously breaking changes) have happened till now and you get those errors. In case you wish to contribute feel free to send me a pull request.
It is so sad to hear that since this is really one of the greatest projects of ionic I have ever found, but thank you for letting us know. I was trying to upgrade to latest ionic 3 following your blog post on chsakell.com, but as you said a lot has changed since ionic 2 and angular 2 now we have Ionic 3 and angular 4 and it is definitely hard to upgrade.