Little help needed : I want to send push notification in mobile apps from react website
- 0
- Android
I want to send push notification in mobile apps from react website, i am not using server side code so can you tell me how will i send push notification directly from react and appwrite function ? i am using one signal for sending push notification
It seems like OneSignal has a good Node SDK
You can then create a Node cloud-function. Within it add the One Signal Package Then the rest is like a regular JavaScript code.
Then you can use the client SDK to execute the function from the device.
You can also use many more SDKs of OneSignal that has function runtime within Appwrite.
but when i upload node js function in appwrite function , it does not submit
they asked for .gz file
Use Appwrite cli to create and deploy the function https://appwrite.io/docs/functions-deploy#cli
Recommended threads
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...
- I'm experiencing a critical bug on Appwr...
Hey <@870607367597850624> team / support š I'm experiencing a critical bug on Appwrite Cloud that's blocking my production Flutter app. I've already filed GitH...
- Database listRows method call failing in...
I'm getting an error when trying to use listRows in a flutter app on a database. It seems something in the backend has changed because the production version of...