90: Push Notifications are Hard!
The conversation covers APNs and Firebase setup, platform permissions, background/silent notification handling, intent routing, device fan-out, and tag-based targeting. It also explores tooling patterns that reduce boilerplate while keeping behavior predictable.
What you’ll learn
- How iOS and Android notification models diverge in permissions and app lifecycle behavior.
- How to structure payloads for deep links, silent updates, and grouped targeting.
- How library abstractions can simplify setup without hiding critical platform details.