79629899

Date: 2025-05-20 06:40:52
Score: 4
Natty:
Report link

Just an update, I was able to fix it, not quite sure how it worked, but it was an issue with the query and not the rules. However I did slightly change my rules. Here is my query itself:

const chatQ = query(
  collection(db, 'messages'),
  where('participants', 'array-contains', me),
  orderBy('timestamp', 'asc')
);

If anyone wants to see more of my code and what I did please let me know but I'm just posting this answer to mark this as done haha thank you!

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Whitelisted phrase (-1): it worked
  • RegEx Blacklisted phrase (2.5): please let me know
  • RegEx Blacklisted phrase (1): I did please
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Jason Zhang