this.db.object(\'/users/\'+user.uid).update({ name:user.displayName,email:user.email }); }
getting this error :
core.j
change TARGET in TSCONFIG.JSON from es2015 to es5 and then recompile with ng serve
TSCONFIG.JSON
ng serve