To implement the notifications feature in my app and save the FCM token in the @Appwrite database without requiring any login, how can I achieve this so that I can send a message to all subscribers at once without needing to manually add them?
TL;DR
Developers want to send notifications to all subscribers without login. They're using FCM with Appwrite and need to save the FCM token in the database. Solution: Utilize Appwrite's database integration to store FCM tokens and send messages to all subscribers at once.Recommended threads
- Bug report: Race condition in Flutter SD...
Hi team, I've found an intermittent bug in the Flutter SDK (v20.3.0) when using `createOAuth2Session` on Android. **Symptoms** After `createOAuth2Session` re...
- Help Needed: "The current user has been ...
Facing a 403 Forbidden error with the message "The current user has been blocked" while trying to log in via GitHub and Email/Password. This is happening on a ...
- Unable to signup to appwrite cloud
When attempting to create an online cloud account on appwrite.io, I get the following message : "This email address must already be in its canonical form. Pleas...