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?
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?
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?
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!
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.
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.
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.
@@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;
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! :))
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.
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?
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
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.
@@flutterflowvip can you make a tutorial how to create a user with subscription and create a notification. The document onesignal provided is much complicated
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??
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
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
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?
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.
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 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 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?
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.
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?
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.
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.
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.
@@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
@@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.
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!
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 .
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.
Any chances to quickly see how this can be done for iOS? Thanks!
I will make a video on this soon.
@@flutterflowvip I've never seen any videos with OneSignal + iOS + Flutterflow. its impossible. 10 months...
Great.
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?
I haven't tried clevertap but will try when I get time .
Thanks for the video, It's really helpful, could you pls show us how to make the configuration for iOS?
Sure thing . I will make a video on this soon.
i really would like to see the ios version too!
Any update on this request? Big fan of your videos
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?
You can store app I'd in appstate and and use it in that in the code
very useful !
Thanks!!
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?
using key value or email or userid
Hii. Have you managed to get device ID after adding one signal?
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!
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
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.
I am creating a video for sending notification to specific users using onesignal. I will upload it soon.
@@flutterflowvip i need it also, can you sharing the video?
Thanks for the upload. Do you have any tutorials for motion-based alerts?
Can explain what is motion-based alert?
when someone moves a certain # of steps, it gives them a notification@@flutterflowvip
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.
Thank you very much. I will watch the video.
@@flutterflowvip
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.
You can modify the code to return app I'd after accepting notification permission .
@@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;
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! :))
thanks for the suggestions. I will definitely make a video about this soon.
yes @@flutterflowvip please I need too implent this onesignal with supabase not firebase ! i dont know if is posible
@@flutterflowvip that's gonna be great and I happily share it around :)
It's possible .I will make a video about this soon.
ou yeaaH!!@@flutterflowvip wait for it soon :P
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.
Thanks a lot. Does this also work for PWAs built with flutterflow?
I haven't tested it with PWA.
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?
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
@@flutterflowvip oh it makes sense
can you post a video to make it work with IOS
Sure soon
Can you make some videos using appwrite as backend
Sure
is this only for andriod ? i´m not able to run it on iOS
This method is only for Android. I haven't covered for ios yet.
@@flutterflowvip than you for your reply. I‘m working for a iOS Solution .. for Now it Looks good 😊
@@blnfreak hello, you found a solution for iOS?
@@samuelmartinez9327 yes, i‘ve a Solution - but it requires a Mac
hello sir pls new update news data show in notification for flutterflow
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
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.
@@flutterflowvip Sounds amazing. I'll keep following you.
if you could post the ios version of this vidoe that would be amazing@@flutterflowvip
thank alot, how can i send a push notification from my server, like a transaction push notification
You can Trigger Notification when new transaction Inserted in table.
@@flutterflowvip can you make a tutorial how to create a user with subscription and create a notification. The document onesignal provided is much complicated
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??
for that you have to store the notification in your database so you can list in the app
@@flutterflowvip can you please give full video how to do that . I mean full notification system
is it possible to connect one segnal without firebase? using only supabase
You don't need to do any thing related to Firebase on flutterflow.
But you have to add Firebase service account to onesignal.
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
Have you installed the app on a real device ?
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
There is some additional steps required to setup with iOS.
@@flutterflowvip will you make a video soon how to do it
Yes soon
@@flutterflowvip please bro make one for ios also
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?
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.
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.
Yeah I think I already have setup this think you can check other my video on onesignal
@@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
m.ua-cam.com/video/DJaFai5hJn8/v-deo.html
I did not create an action . But directly using api. it's simpler but serves the purpose
@@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?
How to do this on Web Published "Applications" On flutterflow instead of APK i upload my app on flutterflow. Can you do a tutorial?
I will make video on this soon
@@flutterflowvip i'd appreciate this, its for my reasearch project in school and notification is the only feature i am missing!
Where is the provided code? It says "Paste the provided code" but I'm not sure where that is
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.
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?
Yes it's possible. are you using supabase or Firebase as your backend?
@@flutterflowvip Firebase
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.
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.
there is an option to enable scrol at TabBars general properties -
have a look
ibb.co/HFfNwn9
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.
@@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
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
Are you using OneSignal
@@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.
I am creating an in-depth video on onesignal integration will upload soon.
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!
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 .
Oh I understand. Could you do a tutorial on this? using Rowy
Thank you very much for the prompt response@@flutterflowvip
Sure . I will make a video on rowy soon.
@@flutterflowvip Nice! thank you so much
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.
Yes
How to schedule notification or trigger
There is option in one signal to schedule Notification at specific time.
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?
No You dont need to enable Push notification if you are using OneSignal -
Have you added action in main.dart ?
yes
@@flutterflowvip ,have u export this app and try run in real phone>?
is it working there?
I followed your instructions but the message "Allow Onesignal integration to send you notifications" does not appear or open in the app open
Are you testing it on a real device or in test mode?
real device@@flutterflowvip
DM me on TWITTER - manishonc
works in android studio but not in mobile
try to uninstall and reinstall the app
How to get fcm token pls make video
sure i will make a video on this