Android android-v1.7.1-direct-fcm · Direct FCM (arm64)
Android Direct FCM build for Paws.
- APK:
build.paws, version1.7.1, versionCode1, runtimeVersion21 - ABI:
arm64-v8aonly - Signing: Android debug certificate, suitable for sideload/internal testing, not Play Store release
- Commit:
91971e6c(android-direct-fcm) - SHA256:
cab914a9e808bd8a50a70c0fd3d8174b129427b65fd293528dbf0bd72943dcd3
Changes:
- Android registers native device FCM tokens directly via
expo-notificationsdevice push token API. - Existing Expo push tokens still use Expo Push API as fallback/legacy path.
happy-serversupports direct FCM HTTP v1 sending for native Android tokens.
Deployment note:
- The server code has been deployed to the ECS
happy-servercontainer. - Direct FCM delivery still requires server-side Firebase credentials via
FCM_SERVICE_ACCOUNT_JSONorGOOGLE_APPLICATION_CREDENTIALS; clientgoogle-services.jsonis not enough for server sending.