谷歌云功能和Android应用程序

时间:2017-08-04 06:40:38

标签: android amazon-web-services firebase-realtime-database firebase-cloud-messaging google-cloud-functions

我想创建社交网络应用程序,其功能将是:

  • 验证
  • 发送有关新闻源活动的消息(对所有经过身份验证的人员都可见)
  • 当有人评论/喜欢您的留言发送通知时
  • 关注
  • 追随中
  • 有人跟着你发送通知

firebase实时数据库是否足够或者我必须使用firebase云功能?或AWS dynamoDB或什么是实现所需功能的良好组合?

由于

1 个答案:

答案 0 :(得分:0)

您需要使用 Firebase云功能自动发送通知关注 / 评论 / ,如。< / p>

您需要的只是Firebase。

AWS比Firebase更难启动。

You can see here some samples of using Firebase Cloud Functions.

This sample will help you to send notifications on follow/comment/like.