New to Appwrite. Can someone help me with the questions below:
- Does Appwrite a cloud (http) support push notifications
- How can I test that locally? Can I be tested in an emulator? If not what is the best way to test it.
- If someone can share a working example or documents that will be helpful
TL;DR
Developers are inquiring about Appwrite's cloud push notification support and testing options. The provided documentation link may offer answers to their questions. To test push notifications locally, utilize the provided documentation and possibly test on an emulator or using other methods outlined in the documentation. Sharing a working example or further documentation would be greatly appreciated by the developers.Have you read through the docs that were shared with you? https://appwrite.io/docs/products/messaging/fcm
Recommended threads
- unlike any other provider, your sites DN...
your nameservers dont work with a funny little CNAME error, which is a weird bug but thats what you get when you try to be the kitchen sink, funny errors.
- Weird Table Causes Console to break
I dont even know how this even happened looks like the $createdAt and , $id got switched? <@831428608895615056>
- I recently switched to TablesDb. When li...
olddb.list_documents( queries =[ Query.order_desc("timestamp"), Query.equal("isPosted",[False]) ] ) Above works fine and reruns documents But below don't return...