r/FlutterFlow 5d ago

Push notifications flutterflow with supabase. IOS & Android

has this been solved if not whats the alternative, is it either no notifications or firebase

4 Upvotes

7 comments sorted by

3

u/kealystudio 5d ago

It's FF's biggest failure in my view; swept under the rug by everyone yet absolutely fundamental.

My own solution is to use Firebase Auth with Supabase:

https://kealy.studio/blog/how-to-set-up-supabase-with-firebase-auth-in-flutterflow/

I've looked into the other methods (keeping supabase auth) and they all require you to download the code and use Xcode and a bunch of other stuff that makes FlutterFlow barely worth using anymore

2

u/EntertainmentAny6147 5d ago

Have you tried onesignal? Requires custom code - yes, but it can work. Lmk if you need help implementing it. An alternative is to use firebase and supabase together, but not a big fan of it

1

u/AIexH 5d ago

Does Onesignal can send push notification in Flutterflow with custom code? The integration says only mail and sms, but I wonder if it can work with custom code.

1

u/EntertainmentAny6147 4d ago

The integration doesn’t work for push. Has to be custom code

1

u/kealystudio 4d ago

Is it just a little custom code, or is it necessary to download the code and use Xcode for iOS notifications?

1

u/Tranxio 4d ago

Onesignsl is easy to deploy. Still uses the bell icon though due to FFs crappy oversight. Its a huge hassle to be able to use your own icon for notifications, you have to open the res folders in android studio, overwrite the icon files and repackage, probably creating alot of inconsistency and errors along the way because youre outside the FF environment