Threads
is `account.get()` safe to be used in the client side?
I want to user's `id` for authentication. However, a while ago I was told in this server not to use `account.get()` and instead add user preferences for that user which matches with an `$id` that is i...
- Tools
- Auth
- Web
- Cloud
2 months ago
Substring lookup for array elements
Hello, Is substring look up possible for array of strings? Query.contains('product_names', [chair]), this only works if I have the exact item name. `cha` instead of `chair` does not work. `product_n...
- Tools
- Web
- Cloud
3 months ago