Tim Shedor

Results 53 comments of Tim Shedor

@Josiassejod1 @Shreemanarjun any updates?

@Shreemanarjun will you make tests or a PR?

@jtkeyva this is open source software. PRs from anyone are welcome at anytime

@Shreemanarjun @lohnn @alterhuman @jtkeyva @devj3ns I have a PR in #472 that captures the back-and-forth work from this issue and all of the TODOs. Could you please apply the following...

This feature has been released in the latest Brick packages. Please run `dart pub upgrade` or update your `pubspec.yaml` to `brick_offline_first: 3.3.0` and `brick_offline_first_with_supabase: 1.1.0`. To subscribe to realtime events...

This certainly is not the only way, it's just the way that uses Supabase's Realtime offering. Other architectures would require a specific backend setup (or specific client polling and [reconciliation](https://github.com/GetDutchie/brick/blob/main/packages/brick_offline_first_with_supabase/lib/src/offline_first_with_supabase_repository.dart#L293-L301)),...

@devj3ns So I've never had to do file upload with Brick. This is new territory. But, if I did, I would take an approach similar to what you've done by...

> Regarding the trigger: So you would check if the client is online (again) and upload all local files that have not been uploaded yet? Yes > With this approach,...

@devj3ns do you still plan to return to this?