Send Push Notification Using Onesignal in FlutterFllow App

  Рет қаралды 12,758

FlutterFlow VIP

FlutterFlow VIP

Күн бұрын

Пікірлер: 131
@AbdulrahmanHariri
@AbdulrahmanHariri Ай бұрын
Thank you, this is very helpful! I was wondering if the same approach could be used to use Clevertap Flutter SDK instead of OneSignal. Have you tested that or could explore doing that as a small custom request?
@flutterflowvip
@flutterflowvip Ай бұрын
I haven't tried clevertap but will try when I get time .
@appzUM
@appzUM 11 ай бұрын
Thanks for the video, It's really helpful, could you pls show us how to make the configuration for iOS?
@flutterflowvip
@flutterflowvip 11 ай бұрын
Sure thing . I will make a video on this soon.
@namegoeshere-uw2yq
@namegoeshere-uw2yq 11 ай бұрын
i really would like to see the ios version too!
@bookifisoftware4555
@bookifisoftware4555 9 күн бұрын
Any update on this request? Big fan of your videos
@Marc-cn6nd
@Marc-cn6nd 11 ай бұрын
Any chances to quickly see how this can be done for iOS? Thanks!
@flutterflowvip
@flutterflowvip 11 ай бұрын
I will make a video on this soon.
@rcunhadf
@rcunhadf 18 күн бұрын
@@flutterflowvip I've never seen any videos with OneSignal + iOS + Flutterflow. its impossible. 10 months...
@furhansalami1546
@furhansalami1546 Ай бұрын
i followed your steps and did the all steps. push notification is receving well but i unable to store notification to read the users later ho to do it??
@flutterflowvip
@flutterflowvip Ай бұрын
for that you have to store the notification in your database so you can list in the app
@furhansalami1546
@furhansalami1546 Ай бұрын
@@flutterflowvip can you please give full video how to do that . I mean full notification system
@tezeroman
@tezeroman 11 ай бұрын
Could you please show how to do it with Supabase? I believe there is a massive amount of FF builders, counting in also FF Experts who would love to know how to make it possible and currently thinking it simply isn't. Let's make your channel skyrocket! :))
@flutterflowvip
@flutterflowvip 11 ай бұрын
thanks for the suggestions. I will definitely make a video about this soon.
@pablolleonart
@pablolleonart 11 ай бұрын
yes @@flutterflowvip please I need too implent this onesignal with supabase not firebase ! i dont know if is posible
@tezeroman
@tezeroman 11 ай бұрын
@@flutterflowvip that's gonna be great and I happily share it around :)
@flutterflowvip
@flutterflowvip 11 ай бұрын
It's possible .I will make a video about this soon.
@pablolleonart
@pablolleonart 11 ай бұрын
ou yeaaH!!@@flutterflowvip wait for it soon :P
@almantas.gaizauskas
@almantas.gaizauskas 11 ай бұрын
I have a few questions: 1. does the 'enable push notifications' has to be enabled? Or it could be turned off? 2. how to get the device id if I want to send push notifications from an api?
@mubarisp.b3974
@mubarisp.b3974 11 ай бұрын
using key value or email or userid
@JimilPatel-f6h
@JimilPatel-f6h 8 ай бұрын
Hii. Have you managed to get device ID after adding one signal?
@MEdel2204
@MEdel2204 7 ай бұрын
Hi. Thank you for the video. It works well. i have a question about what you said in your video at 2:15minute. Flutterflow does not allow any argument or variable to store the key. Do you have an idea or workaround to make the process secure?
@flutterflowvip
@flutterflowvip 7 ай бұрын
You can store app I'd in appstate and and use it in that in the code
@Mohamed-w5v7c
@Mohamed-w5v7c Ай бұрын
can you post a video to make it work with IOS
@flutterflowvip
@flutterflowvip Ай бұрын
Sure soon
@blnfreak
@blnfreak Ай бұрын
is this only for andriod ? i´m not able to run it on iOS
@flutterflowvip
@flutterflowvip Ай бұрын
This method is only for Android. I haven't covered for ios yet.
@blnfreak
@blnfreak Ай бұрын
@@flutterflowvip than you for your reply. I‘m working for a iOS Solution .. for Now it Looks good 😊
@engridmedia
@engridmedia 11 ай бұрын
I want to target a user based on action. For example - users can send game challenge request to each other. I want to send a push notification to the receiver. I use firebase so how do i go about that?
@flutterflowvip
@flutterflowvip 11 ай бұрын
thats cool project you are working - if you want to send Notification For Chalenge - you can send notification to the selected user by there firebase refference id have a look this image - ibb.co/fHdvD3w
@engridmedia
@engridmedia 11 ай бұрын
@@flutterflowvip oh it makes sense
@chetansm5833
@chetansm5833 9 ай бұрын
How to Get device external_id or player_id in flutter flow custome action code so that I can send push notification to specific device using one signal API.
@flutterflowvip
@flutterflowvip 9 ай бұрын
I am creating a video for sending notification to specific users using onesignal. I will upload it soon.
@yykee1981
@yykee1981 7 ай бұрын
@@flutterflowvip i need it also, can you sharing the video?
@catoshimeowmoto
@catoshimeowmoto 7 ай бұрын
Will this only work for android? If yes, how to get this working for iOS devices? Also is there a way to customize the notification permission popup? And if someone selects dont allow how can they change the permission to allow?
@flutterflowvip
@flutterflowvip 7 ай бұрын
I haven't tested it for ios yet . But people have said to me it's working on ios. Please try and let me know. and about the custom pop up and re requesting for notifications. I think it's possible using custom code but I haven't checked yet.
@JimilPatel-f6h
@JimilPatel-f6h 8 ай бұрын
Hii... I liked your video. nicely explained.now i want one thing. I want to know onesingal or subscription id after user is added. So that using any one of those ids i can send user wise notification using API.
@flutterflowvip
@flutterflowvip 8 ай бұрын
You can modify the code to return app I'd after accepting notification permission .
@jimvh7557
@jimvh7557 27 күн бұрын
@@flutterflowviphow exactly would you do this. It should be a simple line of code I’m sure. Can you please just share it here? I tried something like this but it won’t let me compile. it’s driving me crazy 😉 OneSignalDeviceState? deviceState = await OneSignal.shared.getDeviceState(); return deviceState?.userId;
@zCharge-io
@zCharge-io 11 ай бұрын
Hey man, awesome tutorial ! Just one question, does it work on web (webapp) or only on native ? If not do you know a way ? Thanks
@flutterflowvip
@flutterflowvip 11 ай бұрын
This method is currently only working for Android and iOS. I haven't tested it for a web app yet, but I think it should be done using OneSignal's Web SDK. I have added it to my pipeline, and I will make a video on web integration soon.
@zCharge-io
@zCharge-io 11 ай бұрын
@@flutterflowvip Sounds amazing. I'll keep following you.
@namegoeshere-uw2yq
@namegoeshere-uw2yq 11 ай бұрын
if you could post the ios version of this vidoe that would be amazing@@flutterflowvip
@Lanijiro
@Lanijiro 8 ай бұрын
Thanks for the upload. Do you have any tutorials for motion-based alerts?
@flutterflowvip
@flutterflowvip 8 ай бұрын
Can explain what is motion-based alert?
@Lanijiro
@Lanijiro 8 ай бұрын
when someone moves a certain # of steps, it gives them a notification@@flutterflowvip
@flutterflowvip
@flutterflowvip 8 ай бұрын
yes in my onesignal notification video . I have explained how you can send notification on data insert update or delete Similar way you can create triggers and function for certain events and trigger notification to your app. Thanks for your question. Please let me if you still face any issue.
@Lanijiro
@Lanijiro 8 ай бұрын
Thank you very much. I will watch the video. @@flutterflowvip
@kylekhanh7362
@kylekhanh7362 5 ай бұрын
very useful !
@Marc-cn6nd
@Marc-cn6nd 11 ай бұрын
How can you store the appID value in an app state variable and then add this custom action in the main.dart if they don't accept actions with arguments there? Thanks!
@flutterflowvip
@flutterflowvip 11 ай бұрын
yes we cant pass parameter to that function - so we have to insert ()FFAppstate.name - in the code to get the value of Appstate Variable
@alisaberi4689
@alisaberi4689 6 ай бұрын
Great.
@fabien8876
@fabien8876 5 ай бұрын
Thanks!!
@Micktographer
@Micktographer 11 ай бұрын
Where is the provided code? It says "Paste the provided code" but I'm not sure where that is
@flutterflowvip
@flutterflowvip 11 ай бұрын
Thanks for pointing that out. We have added the code in the Community , but now we have also added it in the comment section. You can copy it from there.
@uchemanuels
@uchemanuels 11 ай бұрын
Thanks a lot. Does this also work for PWAs built with flutterflow?
@flutterflowvip
@flutterflowvip 11 ай бұрын
I haven't tested it with PWA.
@yashmodi1408
@yashmodi1408 11 ай бұрын
how to make the Tab Bar scrollable in the column section because it says the Tab bar is expandable so its not scrollable , Can you have idea to solve this? Because I have the one container above the TabBar. and appreciate your work, it's so understandable.
@flutterflowvip
@flutterflowvip 11 ай бұрын
there is an option to enable scrol at TabBars general properties - have a look ibb.co/HFfNwn9
@yashmodi1408
@yashmodi1408 11 ай бұрын
I did but doesn't work , it's always says that Tab bar is expandable so the column cannot be scrollable. Ha and in your image ->put one container above and then please try it.
@flutterflowvip
@flutterflowvip 11 ай бұрын
@@yashmodi1408 I added the the container above and its working - try to calibrate your column like this -- zed-x.notion.site/Tab-Bar-fd6e6aab9e9d42539348da56a053a001?pvs=25
@devaalous
@devaalous 7 ай бұрын
How to do this on Web Published "Applications" On flutterflow instead of APK i upload my app on flutterflow. Can you do a tutorial?
@flutterflowvip
@flutterflowvip 7 ай бұрын
I will make video on this soon
@devaalous
@devaalous 7 ай бұрын
@@flutterflowvip i'd appreciate this, its for my reasearch project in school and notification is the only feature i am missing!
@SamirMolina-c6w
@SamirMolina-c6w 2 ай бұрын
Alguien sabe como crear acciones customizada usando onesignal? dentro de FlutterFlow? quiero hacer algo similar al video, pero en lugar de enviar desde la web de OneSiganl, se envie la notificación al publicar un nuevo producto, y agregar esta custom action a mi botón de publicar y entregarle a las variables el titulo, la descripción y la imagen del producto.
@JonasAlvarado-r7x
@JonasAlvarado-r7x 10 ай бұрын
How do I send notifications to a specific user, using APIs? I can't find a way to send the data to the backend API
@flutterflowvip
@flutterflowvip 10 ай бұрын
Are you using OneSignal
@JonasAlvarado-r7x
@JonasAlvarado-r7x 10 ай бұрын
@@flutterflowvip Yes, I'm using OneSignal. I did the implementation of the login() and logout(), to handle the external_id, but I can't get from the backend via api to onesignal that external_id.
@flutterflowvip
@flutterflowvip 9 ай бұрын
I am creating an in-depth video on onesignal integration will upload soon.
@jorgemarques2585
@jorgemarques2585 10 ай бұрын
Does this mean if we use XANO we can use OneSignal instead of Firebase for Push notifications? I was connecting Firebase just for this purpose, but OneSignal seems more interesting. Thanks.
@flutterflowvip
@flutterflowvip 10 ай бұрын
Yes
@abdifatahsaid6624
@abdifatahsaid6624 7 ай бұрын
thank alot, how can i send a push notification from my server, like a transaction push notification
@flutterflowvip
@flutterflowvip 7 ай бұрын
You can Trigger Notification when new transaction Inserted in table.
@abdifatahsaid6624
@abdifatahsaid6624 7 ай бұрын
@@flutterflowvip can you make a tutorial how to create a user with subscription and create a notification. The document onesignal provided is much complicated
@FaroukEgypt
@FaroukEgypt 11 ай бұрын
I followed your instructions but the message "Allow Onesignal integration to send you notifications" does not appear or open in the app open
@flutterflowvip
@flutterflowvip 11 ай бұрын
Are you testing it on a real device or in test mode?
@FaroukEgypt
@FaroukEgypt 11 ай бұрын
real device@@flutterflowvip
@flutterflowvip
@flutterflowvip 11 ай бұрын
DM me on TWITTER - manishonc
@jean1704
@jean1704 11 ай бұрын
Can you make some videos using appwrite as backend
@flutterflowvip
@flutterflowvip 11 ай бұрын
Sure
@SamirMolina-c6w
@SamirMolina-c6w 2 ай бұрын
Anyone know how to create custom actions using onesignal? inside FlutterFlow? I want to do something similar to the video, but instead of sending from the OneSiganl website, the notification is sent when publishing a new product, and add this custom action to my publish button and give the variables the title, description and Product image.
@flutterflowvip
@flutterflowvip 2 ай бұрын
Yeah I think I already have setup this think you can check other my video on onesignal
@SamirMolina-c6w
@SamirMolina-c6w 2 ай бұрын
@@flutterflowvip Yes? I don't find other video where you speak this situation, I need create a custom action in FlutterFlow; I have the idea but never touch Dart or Flutter. i need you help please
@flutterflowvip
@flutterflowvip 2 ай бұрын
m.kzbin.info/www/bejne/envEd5Sfas19pJo
@flutterflowvip
@flutterflowvip 2 ай бұрын
I did not create an action . But directly using api. it's simpler but serves the purpose
@SamirMolina-c6w
@SamirMolina-c6w 2 ай бұрын
@@flutterflowvip oh!, you use a supabase rather than Firebase for implement push notifications, FlutterFlow don't use "push" or "in-app" notifications true? with OneSignal, I should download my code and work in a code editor for implement this? and, my project can workwith Firebase and Supabase together?
@rancoraider9702
@rancoraider9702 9 ай бұрын
Hey bro. thank you so much for the video. Just one question, how would this be done if I want to send push notifications to iOS devices with onesignal? will it be the same method? Thanks
@flutterflowvip
@flutterflowvip 9 ай бұрын
There is some additional steps required to setup with iOS.
@rancoraider9702
@rancoraider9702 9 ай бұрын
@@flutterflowvip will you make a video soon how to do it
@flutterflowvip
@flutterflowvip 9 ай бұрын
Yes soon
@catoshimeowmoto
@catoshimeowmoto 7 ай бұрын
@@flutterflowvip please bro make one for ios also
@UKLotterry
@UKLotterry 9 ай бұрын
is it possible to connect one segnal without firebase? using only supabase
@flutterflowvip
@flutterflowvip 9 ай бұрын
You don't need to do any thing related to Firebase on flutterflow. But you have to add Firebase service account to onesignal.
@UKLotterry
@UKLotterry 9 ай бұрын
so how it will be connected to the user device? I'm using supabase as backend and authentication service, I added Firebase service account to onesignal, but when testing it says I don't have users. ur appreciated @@flutterflowvip
@flutterflowvip
@flutterflowvip 8 ай бұрын
Have you installed the app on a real device ?
@JORGEVNZL4
@JORGEVNZL4 11 ай бұрын
Hi, friend! that good video! Question: Is there a way to upload a csv file to firebase from a flutterflow hosted web app? I know that this can be done from managing content but the idea is that the client never enters that site. The idea is that you do it from the web Greetings!
@flutterflowvip
@flutterflowvip 11 ай бұрын
if you dont want the client to use FF CMS then You can use rowy it will give you ability to import csv or you can create whole custom backend thats let you import csv .
@JORGEVNZL4
@JORGEVNZL4 11 ай бұрын
Oh I understand. Could you do a tutorial on this? using Rowy Thank you very much for the prompt response@@flutterflowvip
@flutterflowvip
@flutterflowvip 11 ай бұрын
Sure . I will make a video on rowy soon.
@JORGEVNZL4
@JORGEVNZL4 11 ай бұрын
@@flutterflowvip Nice! thank you so much
@mintanlathiya6547
@mintanlathiya6547 6 ай бұрын
hello sir pls new update news data show in notification for flutterflow
@mubarisp.b3974
@mubarisp.b3974 11 ай бұрын
works in android studio but not in mobile
@flutterflowvip
@flutterflowvip 11 ай бұрын
try to uninstall and reinstall the app
@Soomates
@Soomates 11 ай бұрын
How to get fcm token pls make video
@flutterflowvip
@flutterflowvip 11 ай бұрын
sure i will make a video on this
@SeriousSection
@SeriousSection 11 ай бұрын
How to schedule notification or trigger
@flutterflowvip
@flutterflowvip 11 ай бұрын
There is option in one signal to schedule Notification at specific time.
@SeriousSection
@SeriousSection 11 ай бұрын
Notification not working in real phone, do I need to turn on push notification and deploy rules in FF? So I need to have blaze plan for that?
@flutterflowvip
@flutterflowvip 11 ай бұрын
No You dont need to enable Push notification if you are using OneSignal -
@flutterflowvip
@flutterflowvip 11 ай бұрын
Have you added action in main.dart ?
@mubarisp.b3974
@mubarisp.b3974 11 ай бұрын
yes @@flutterflowvip ,have u export this app and try run in real phone>? is it working there?
@rivercritico
@rivercritico 11 ай бұрын
How can we add segments and enable these in the dialog box? I mean, for example I have a news app with three categories (local, national and international news). In the box, these categories could appear as checkboxes, creating segments to send notifications to users that want to know about an specific section. Is it possible?
@flutterflowvip
@flutterflowvip 11 ай бұрын
Yes it's possible. are you using supabase or Firebase as your backend?
@rivercritico
@rivercritico 11 ай бұрын
@@flutterflowvip Firebase
@flutterflowvip
@flutterflowvip 11 ай бұрын
first you need to retrieve all the users who have subscribed the categories - In the send message select list of users then pass the retrieve users list.
Остановили аттракцион из-за дочки!
00:42
Victoria Portfolio
Рет қаралды 3,3 МЛН
小丑妹妹插队被妈妈教训!#小丑#路飞#家庭#搞笑
00:12
家庭搞笑日记
Рет қаралды 36 МЛН
📱iOS Push Notifications • Flutter x OneSignal Tutorial
12:26
Push Notifications in FlutterFlow
1:11:22
FlutterFlow
Рет қаралды 12 М.
Build A Personal Expense Tracker That Scans Your Receipts!
38:53
James NoCode
Рет қаралды 10 М.
Остановили аттракцион из-за дочки!
00:42
Victoria Portfolio
Рет қаралды 3,3 МЛН