Hey I love appwrite and I would like to know if I can send notifications from my or cloud function to appwrite front end ? Without the needed of pwa
Thanks !
pwa? You mean?
Progressive web app
your question isn't clear enough for my understanding
you mean it acts differently on other platforms?
The appwrite docs don't tell how to implement firebase messaging for the web ..... Andi would like to get it
On mobile ( iOS/android) you have SDK : you install and it's finish
For the web you need to pass by something called a pwa ( progressive web app )
I would like to know if appwrite have a system for get firebase cloud messaging ( FCM) onto the web
oops, Idk about that for now
Anyone ?
Recommended threads
- Queries
Is there some difference if I do this: const promise = databases.listDocuments( database, collection, [ Query.equal('userId',...
- AppwriteException: Invalid `permissions`...
I'm encountering an issue with the node-appwrite SDK while attempting to create a storage bucket with custom permissions. Despite following the official documen...
- Cant make an avatar with node-appwrite
Hi! I cant make an avatar with node-appwrite, because i always get an error that its in an invalid format when im trying to upload it to the database ``` const...