Expand Flutter app scaffold
ci / flutter-check (push) Successful in 4s

This commit is contained in:
2026-06-30 16:21:45 +09:00
parent 684cf87702
commit d2f6af7657
84 changed files with 3342 additions and 28 deletions
+20
View File
@@ -0,0 +1,20 @@
# 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.