From 3800f921a51e4f2e979aa75eef4d7247ae389bf5 Mon Sep 17 00:00:00 2001 From: dadachi Date: Sun, 24 May 2026 07:35:19 +0900 Subject: [PATCH] docs(readme): list Push Notifications (FCM) as a paid-only feature The paid Android README already markets push as "feature not included in free version," but this repo's "Not Included in the Free Version" list omitted it. The free app ships no FCM code (no push/ directory), so this aligns the README with the actual feature boundary. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2fb6b09..02948ef 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,7 @@ The full versions ([NativeAppTemplate-Android (Solo)](https://nativeapptemplate. - User Invitation to Organizations - Role-Based Permissions and Access Control - Organization Switching UI +- Push Notifications via FCM ## Getting Started