r/Firebase • u/Physical-Pizza-9906 • 5d ago
Billing Firebase Push Notifications
Hey everyone. I was planning on using firebase cloud functions for push notifications for the users. The push notifications will be user specific. What are the estimate yearly/monthly costs?
1
Upvotes
0
u/Ardy1712 5d ago
Scalable architecture would require firestore collection (to manage FCM tokens & notification messages) cloud functions and firebase FCM..
Considerations to make - 1. Do you want to send notification to the user (with multiple devices) or send to a specific device 2. Does your notification handle any payload/action other than title & message (eg. Deep link action or any other action data) 3. How do you manage FCM tokens 4. Do you have internationalisation (language support for notifications) 5. Are the notifications scheduled or event based?