and-nd-firebase
and-nd-firebase copied to clipboard
i am receiving val is undefined i dont see any thing wrong with this Object is possibly 'undefined'.
export const updateUser = functions.database .ref('users/{userId}/') .onUpdate((change,context)=>{ const gou=change.after.val() })