November 2017
Beginner to intermediate
288 pages
7h 33m
English
exports.sendEmailUponAccountCreation = functions.auth.user().onCreate(ev => { //Getting the new User account informations. const newUser = ev.data; const email = newUser.email; const fullName = newUser.displayName; //TODO : Send Email from here });
~> firebase deploy --only ...
Read now
Unlock full access