# mob_push v0.2.0 - Table of Contents

Server-side push notifications for Mob apps — APNs (iOS) and FCM (Android)

## Pages

- [Overview](readme.md)
- [Roadmap](plan.md)

## Modules

- API
  - [MobPush](MobPush.md): Server-side push notifications for Mob apps.

- Internals
  - [MobPush.APNS](MobPush.APNS.md): APNs HTTP/2 adapter for MobPush.
  - [MobPush.FCM](MobPush.FCM.md): FCM HTTP v1 adapter for MobPush.
  - [MobPush.TokenCache](MobPush.TokenCache.md): ETS-backed token cache for APNs JWT and FCM OAuth2 access tokens.

## Mix Tasks

- Mix Tasks
  - [mix mob_push.install](Mix.Tasks.MobPush.Install.md): Interactive setup for mob_push — generates config stubs for APNs (iOS) and
FCM (Android) in your project's `config/runtime.exs`.

