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
- Subscription Problem
I'm making an app in RN with Expo and Appwrite and there's a functionality which allows the user to create a task/test (i'll be reffering to them collectively a...
- Auth not working on expo react native
I'm trying to launch a development server with expo go and appwrite as a backend. On my windows pc, I've got a local docker instance of appwrite running as my b...
- Bug Report: Crash when trying to createR...
https://github.com/appwrite/sdk-for-android/issues/96 I think the bug is related with this one https://discord.com/channels/564160730845151244/1443887021314539...