Aditya Dhawan
Aditya Dhawan
## What kind of change does this PR introduce? Enable storage/bucket for self-hosted supabase https://user-images.githubusercontent.com/15171755/186464204-6a548d95-f18d-4799-9b28-db33abaaf748.mov Closes #4440
Notifications from the app don't show up on smart watch, even though they are enabled via watch and in settings of android. Watch: Galaxy Watch 4
Query: `Can you list document ids?` With filters "filters": { "collection_ids": {"$in": ["8c4c5ba2-5c30-4a13-a4ec-3d424bd1ad0b"]}, } Leaks out ids of documents from other collections.
If we have specified searchSettings filters example ```js { searchSettings: { filters: { collection_ids: { $in: ["SOME UUID"] }, }, } ``` It should only search files in the collectionId...