// Här hanteras Profile //----------------------------------------------------------------------- public static Task <bool> DeleteProfile(Profile profile) { return(firestore.DeleteProfile(profile)); }