Set up push notifications with Flutterflow and Supabase (Android)

Опубликовано: 02 Ноябрь 2024
на канале: rapidmvp
774
24

Set up push notifications with Flutterflow and Supabase to engage your users.

In this video run through a method you can use to set up push notifications on your mobile apps if you are a Flutterflow user that has Supabase for your auth and database.

We look at the tech stack we need, the Flutter packages, the logic required and all the custom actions and API calls. As always the code seen in the video can be copied from this link:

https://rapidmvp.co/set-up-notificati...

The One Signal documentation can be found here:
https://documentation.onesignal.com/r...


This is part 1 of a two part series. In part two we will look at the logic we need if our user enabled notifications outside our app and send notifications to our users via the One Signal dashboard and the API.