标签: firebase google-cloud-functions
我的应用默认使用匿名帐户。当人们链接他们的Gmail帐户时,我想触发发送电子邮件的云功能。创建帐户时会发生一个事件,但链接帐户时是否存在事件?
functions.auth.user().onCreate
答案 0 :(得分:2)
firebaser here
目前还不存在这样的事件,但这听起来像是一个非常有趣的想法。我建议filing a feature request。