I want to know the way to make the app send a push notifications for specific user when another specific user button click … how can i do??
Its like a question an user put … and when the other user submit the answer i want to push a notification to the question writer.
I made one signal and firebase setup, and found the push notification user id block in the app, and i know the way to send push notifications from one signal to the app users manually… but my question is how to do it automatically depending on a button click.
When reviewing topics here, i found some informations but i cant understand clearly the steps to do.
If you are unfamiliar with the object block, I would recommend starting with the objects doc. Otherwise if you try to jump into custom push notifications right away, it will be very difficult.
For anyone in our Community to be able to help, you’ll have to show us what work you have done. We are not here to do the work for you. If you are needing someone to build your project out, please post in Freelance / Paid Help Opportunities
Push Notifications do not have a UI component in our Drag and Drop interface. See our Docs for more information on how to add them:
Please note: Push Notifications are available on Thunkable Builder and Advanced plans. While all Creators can add Push Notifications to their projects and live test them in their Android apps, only Creators on the previously mentioned plans can download and publish apps with Push Notifications. See our pricing page for more details.
For “regular” push notifications, it is done through One Signal. You can see how that is done here.
For the custom push notifications, that is done through the One Signal API and the Web API blocks.
If you want to do custom push notifications, you will have to read the One Signal API doc and understand how to make an API call. The screenshot that was shared with the example can give you an idea but if you to make one that fits your needs, you will have to figure out the logic.