angular-firebase-app icon indicating copy to clipboard operation
angular-firebase-app copied to clipboard

lesson update and save not working

Open manojkumarbehera opened this issue 8 years ago • 1 comments

on lesson update getting this error EditLessonComponent.html:5 ERROR TypeError: this.sdkDb.update is not a function at LessonsService.webpackJsonp.65.LessonsService.firebaseUpdate (lessons.service.ts:92)

manojkumarbehera avatar May 27 '17 04:05 manojkumarbehera

In constructor of LessonsService class should be: this.sdkDb = fb.database().**ref()**;

jaroslaw-bagnicki avatar Jan 07 '18 17:01 jaroslaw-bagnicki