I am new to Firebase and I am working on an iOS project in which I want to send OTP(One Time Password) to the email id given by a user.
Can I use below method to include any OTP? Or is there any method/way in firebase so that I can send an email with custom email body. Note: I am not using any web service.
-(void)sendEmailVerificationWithCompletion:
(nullable FIRSendEmailVerificationCallback)completion
{
}