Open maxoertel opened 2 years ago
Hi, is there any update on this?
I want to handle the use case in which I am storing the contact info and if the user has 2 devices: android and iOS and have similar contacts, is the id property in contact will it remain the same?
Thanks, Sanchit
Any update on this?
Hi and thank you so much for this amazing plugin ❤️
I have a question. I have two Android test devices logged in with the same Google account (= same Google contacts). When I import the contacts, they have different ids.
contact.id
is on one phone2
and on another one23
.Could you please add the field
originalUID
to theContact class
:It refers to the global contact id (on Android it would be filled with the Google contact id). This way we have a unique identifier which stays correct even after device change.
I would very appreciate that! Best, Max