Arif QayoomOriginal post
Rank 3: Container
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?
Summary
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.