and-nd-firebase icon indicating copy to clipboard operation
and-nd-firebase copied to clipboard

i am receiving val is undefined i dont see any thing wrong with this Object is possibly 'undefined'.

Open onaty opened this issue 6 years ago • 0 comments

export const updateUser = functions.database .ref('users/{userId}/') .onUpdate((change,context)=>{ const gou=change.after.val() })

onaty avatar Feb 08 '19 22:02 onaty