简体   繁体   中英

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. What would be the best way to implement referral codes/invites (Same as uber/lyft etc) with aws cognito? Or scrap cognito and use firebase because it contains both user functions as well as dynamic links

You can add a pre sign up lambda function. This will allow you to validate during the sign up of a user that they have a valid referral link.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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