My rules which are not working are like below
match /fruits/{documentID}/favorited/{userUID} { allow create, update, read: if isVerified(userUID); } match /fr