使用Firebase(Unity)发送电子邮件验证

时间:2017-11-17 01:26:51

标签: c# email unity3d firebase-authentication

我将此代码放在我的注册过程中。

newUser.SendEmailVerificationAsync().ContinueWith(t => {
     UpdateErrorMessage("SendEmailVerificationAsync Success");
});

但此代码未在我的电子邮件中发送电子邮件验证。 有人可以指出我错过了什么。这几个小时一直困扰着我。 谢谢。

0 个答案:

没有答案