Start a new topic

Merging multiple user identities in Kinvey

I've got a question regarding Kinvey's ability to support multiple user identities. I was studying their SignIn app example for Android and here's what I did:

  • Registered a user using email/password combo.
  • Reinstalled the app to reset the cache.
  • Signed in using a Facebook account (the account was registered with the same email from step 1).
  • Checked the dashboard: there were 2 separate users there.

The question is whether it's possible to merge those users into one record. If so, what's the best way to do that? If not, krogerfeedback is there an alternative BaaS that can do that?

Thank you.


We do not currently support merging user accounts automatically, however you can use a pre-save business logic hook on the user collection to accomplish this. When a request is made, you can search the user collection by email and then manually merge the data, update and save the user.

 

Hey, I am looking to use Kinvey with my app as their per active user charging makes more sense for my app than per api call like Parse. However, I cannot find a single review for their service. Does anyone here have any experience with them? I expect to start in their Starter tier and only pay for more active users.

 


Login or Signup to post a comment