Check out example codes for "asp net identity add a unique fields to user". It will help you in understanding the concepts better.
Code Example 1
modelBuilder.Entity<ApplicationUser>()
.HasIndex(b => b.CustomProperty)
.IsUnique();
Learn ReactJs, React Native from akashmittal.com