i'm using firebase auth with node.js.
follow code is not modify mail template for mail auth.
firebase.auth().currentUser.sendEmailVerification()
i'm find firebase applyActionCode function
firebase.auth().applyActionCode(actionCode)
but i'm not find generate actionCode anywhere firebase document.
please help me.
generate actionCode or etc soultion.
thanks.