Send Email When Match in Firebase Database

不打扰是莪最后的温柔 提交于 2019-11-29 12:10:14

If you are NOT running a server

Yes

You could achieve it by using a service like Zapier.

You could create a zap linking FireBase and an e-mail service like Mandrill.

A Zap combines triggers and actions — whenever the trigger event occurs, Zapier automatically completes the action for you!

When there is a match, update a special key in your FireBase database.

As Zapier is listening to updates of that particular key, it will react by sending your e-mails via Mandrill.

March 2017 UPDATE

New tools have now been added to Firebase to trigger database event handlers:


If you are running a server

Your server can easily check the values in FireBase and send e-mails accordingly. That would then be a

Yes, of course :)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!