lessthan3 / mongofb

MongoFirebase - MongoDB + Firebase security/updates
MIT License
132 stars 15 forks source link

$.or does not get caught properly #18

Open jasongornall opened 10 years ago

jasongornall commented 10 years ago

" if use_objectid, it needs to turn the string you're passing in into an ObjectId [Aug-20 6:22 PM] Bryant Williams: with $in it's easy, because the key is still _id [Aug-20 6:23 PM] Bryant Williams: with $or, you'd have to dig a little further

[Aug-20 6:23 PM] Bryant Williams: if criteria.$or, check each object for _id can you file a bug?"