Files
baron-safe-app/docs/push-platform-todo.md
T
kevin d2f6af7657
ci / flutter-check (push) Successful in 4s
Expand Flutter app scaffold
2026-06-30 16:21:45 +09:00

659 B

Push Platform TODO

Android

  • Firebase project and Android app registration
  • google-services.json handling policy
  • FCM permission and foreground/background/terminated delivery checks
  • Push token refresh handling

iOS

  • Apple bundle id, APNs key or certificate, and entitlement setup
  • Firebase iOS app registration if FCM is used as APNs gateway
  • Notification permission prompt timing
  • Foreground/background/terminated delivery checks

Repository Rules

  • Do not commit APNs keys, FCM server keys, signing keys, or production secrets.
  • Decide separately whether environment-specific Firebase config files are committed or injected in CI.