Junior — Middle
Are push notifications sent via Firebase available immediately after sending?
sobes.tech AI
Answer from AI
Push notifications sent via Firebase Cloud Messaging (FCM) are usually delivered very quickly, but immediate delivery cannot be guaranteed right after sending. Delays may occur due to:
- Network conditions on the user's device.
- Power saving mode or background activity restrictions on iOS.
- Temporary delays on the Firebase or APNs (Apple Push Notification service) side.
Therefore, while notifications are typically received almost instantly, guaranteed immediate delivery is not possible.