Hello Appwrite team, I am here with a request to you.
Is it possible that you integrate airNotifier / Uniquish with Appwrite. So we can send push notification to both iOS and Android. ??
For now you can achieve that with a function
You can use too firebase cloud messaging. It's 100% free
Here you have an example with dart: https://github.com/open-runtimes/examples/tree/main/dart/send_push_notification
Also, please make sure to upvote here https://github.com/appwrite/appwrite/discussions/1623
Also, note that FCM has the advantage of not using your server to send notifications. A built-in solution will require the server to load more, so it will cost more consequently (since firebase costs 0$)
[SOLVED] Push Notification
@Steven hey, One question I wanted to ask you two questions.
- Why don't appwrite support easy collection creation from client side?
- collection document collection document structure like firebase, will it be available?
I'm answering this, although it's not related to the main post:
- Because you should not need creating a new collection client sided if you have structured your database properly. Creating a collection for every thing could result in performance degradation (since behind the scenes it creates a new SQL table)
- Not sure, but I think that's how Appwrite is working now? Also have in mind Appwrite is SQL
Thankyou
Recommended threads
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- 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...
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...