Automated push notifications in festival mobile app

Database & APIs

I am preparing new version of a mobile app for my friends festival and I want to allow users save artists as "loved" ones and then the mobile app would send them a push notification 15 minutes before their play time.

Is there any perfect combination with any database app (Supabase/Firebase/One Signal/Edge/whatever) which allows me to do it?

Can anyone recommend to me how to do it properly?

What have you tried so far?

Last year I used

  • supabase for artists collection for timetable.

  • firebase to anonymous auth for users and sending push notifications manually

I couldn't find any solution for setting them as "automated", also I haven't done "favorite functionality"

Did you check FlutterFlow's Documentation for this topic?
Yes
1
2 replies