EilonOriginal post
Rank 2: Process
https://appwrite.io/docs/products/messaging/fcm#configure-app
I have an android flutter app and I want it to get Push notifications.
I don't understand, the Appwrite docs in this matter aren't clear to me.
In the firebase console, should I assign a flutter app and an android app ? Or just an android app?
Where do I install 'com.google.firebase:firebase-messaging Firebase SDK' ?
Thank you
Summary
Developers want to set up push notifications for their Android Flutter app using Appwrite and FCM. Ensure you only assign an Android app in the Firebase console. Install 'com.google.firebase:firebase-messaging Firebase SDK' by adding it as a dependency in your Flutter project.