简体   繁体   English

推荐邀请使用Amazon Cognito

[英]Referral invites with Amazon Cognito

Building an mobile application and it is heavily dependent on referral codes/invites on the first few months 构建一个移动应用程序,它在最初的几个月里严重依赖于推荐代码/邀请

We are using aws cognito for all user signin/up processes. 我们正在为所有用户登录/启动过程使用aws cognito。 What would be the best way to implement referral codes/invites (Same as uber/lyft etc) with aws cognito? 用aws cognito实现推荐代码/邀请(与超级/ lyft等相同)的最佳方法是什么? Or scrap cognito and use firebase because it contains both user functions as well as dynamic links 或者废弃cognito并使用firebase,因为它包含用户功能和动态链接

You can add a pre sign up lambda function. 您可以添加预注册lambda函数。 This will allow you to validate during the sign up of a user that they have a valid referral link. 这将允许您在注册用户期间验证他们是否具有有效的推荐链接。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM