Index based on Rules

I have a database of items, for my users to search but I have it set up so that only approved items can be searched. Because of this I have two attributes that need to be true for them to show up in search.

If both attributes are true then I want them to show up. Is there a way with the Firebase extension for importing to not import an entire collection, but only import the documents that have both attribute being true?

I was doing some research and though I could use “Rules” but it was janky. I went to the visual editor and chose “Hide” thinking I could hide items from showing up in my search results for a specific rule.

I clicked “Hide by attribute” and typed in my attribute but my attribute didnt show up. The drop down only showed like 3-4 attributes and none were ones I wanted to hide off of.