Is this how one should filter by date? I feel I have tried almost anything.
if (cutoffDate != null) {
query = query.query(‘syncedAt>$0, $cutoffDate’);
}
Is this how one should filter by date? I feel I have tried almost anything.
if (cutoffDate != null) {
query = query.query(‘syncedAt>$0, $cutoffDate’);
}
Topic | Replies | Views | Activity |
---|---|---|---|
Multiple JWT URI - Custom JWT Authentication | 2 | 681 | Jan 2 |
Getting “Sync session became inactive” | 0 | 611 | Apr 2024 |
Stream.return() on realm websdk crashes mobile chrome | 3 | 640 | Apr 2024 |
Using Fallback causes expo router issues | 0 | 703 | Apr 2024 |
Is it possible to make client api calls without the SDK? I can’t find documentation for the api | 1 | 33 | Sep 2024 |