I'm relatively new to firebase and need to delete a certain field from all records in Firestore. This is how the database record structure looks like
-> Profiles
-> UUID ( md5 )
-> consents ( This needs to be deleted for all profiles )
But not all of the profiles have these, and it's a huge database with around 150k records. I didn't do Firebase Functions so am not sure how to do this safely thanks in advance for any suggestions.