I think it would be better if we return the newly added contact while using addContact!!
Thanks.
Agreed, the api could be changed to
Contacts.addContact(newPerson, (err, createdPerson) => { /*...*/ })
Works for IOS but it doesn't work with android.
Ah yes, I don't thinks that's a documented feature - (which needs adding to android)
Thanks for building such a nice library works well but It'll be very helpful if you can return the recordId after addContact because some times we need to save it to further update the record.
This issue is stale, please provide more information about the status
Most helpful comment
Agreed, the api could be changed to