I’m building a Flutter app that uses Supabase as the backend. One aspect of the app requires that a server-side process check to see if certain actions are required at a specific date/time. What I’d like to do is have a server side actor push notifications to the Flutter app.
However, Supabase’s platform doesn’t yet have a notifications feature. Do you have any suggestions on how I might tackle this?
Having just reviewed the ‘Supabase’ website, it seems that they have a new real time feature that allows notifications to be pushed to the client.
In my case, I’m looking for a real time process that can check a ‘required by’ timestamp field in a table of records, and then send the client app a list of records where the required by timestamp is before the system timestamp.
Flutter and the related logo are trademarks of Google LLC. We are not endorsed by or affiliated with Google LLC.
Using contents of this forum for the purposes of training proprietary AI models is forbidden. Only if your AI model is free & open source, go ahead and scrape.