1. Data Collection and Usage
We collect minimal data to provide and improve the drama-watching experience:
-Authentication: We use Google Sign-In and Firebase Auth to identify you. We store your UID, Email, and Display Name.
-User Profiles: We store your isPremium status and profile picture URL in Firebase Firestore.
-User Interactions: To comply with safety policies, we store a list of users you have Blocked and content you have Reported under your unique UID.
2. User-Generated Content (UGC) Policy
Story Bite allows users to upload links to short dramas. To ensure a safe community, the following rules are strictly enforced:
-Prohibited Content: Users may not upload content that is sexually explicit, depicts extreme violence/gore, promotes hate speech, or infringes on copyrights.-Moderation: All uploads are subject to an "Approval System" by our Admin.
-Reporting & Blocking: ->Any user can Report content via the flag icon in the player. ->Any user can Block a creator to hide all current and future content from that specific uploader.
-Enforcement: We reserve the right to remove content and permanently ban users who violate these terms.
3. Third-Party Services
We utilize the following third-party SDKs:
-Google Play Billing: To process premium subscriptions. We do not store your credit card information; it is handled entirely by Google.
-Firebase Firestore & Storage: To store app metadata and user-provided links.
-Glide: To display drama posters.
4. Account Deletion
In compliance with Google's data safety requirements, users can delete their accounts at any time via the User Profile screen. Deleting an account will:
-Remove your profile data from Firestore.
-Delete all dramas associated with your uploaderUid.
-Permanently delete your authentication record.
5. Security
We implement industry-standard security measures via Firebase Security Rules to ensure that your data (such as your blocked list) can only be accessed by you.