ionic3-angularfire-login
ionic3-angularfire-login copied to clipboard
Integrating Firebase 3 with AngularFire2 into Ionic3
update versions and translate to english.it has some bugs in angularfire2 module. now fix it
Im trying to set logout without any success. Any help appreciated. ``` logoutUser(){ this.authData.logoutUser() .then(authData => { this.navCtrl.setRoot( auth-signin); }); } ``` Runtime Error Cannot read property of logoutUser undefined.
Resolves issue #30 - Update the code and dependencies for AngularFire5
The _FirebaseObjectObservable_ and _FirebaseListObservable_ are deprecated. The source will not run. Need to update to AngularFire5 AngularFireDatabase Objects and dependencies. Source: https://github.com/angular/angularfire2/blob/master/docs/version-5-upgrade.md