Files
Sage/android/app/README_FIREBASE.md
Dani 6c29751e49 Change package name to GitHub-based format
📦 Package Rename: com.sage.sage → com.github.mystiatech.sage

 Changes:
- Updated applicationId in build.gradle.kts
- Updated namespace in build.gradle.kts
- Moved MainActivity.kt to new package structure
- Updated google-services.json placeholder
- Updated FIREBASE_SETUP.md with correct package name
- Updated README_FIREBASE.md with correct package name

🎯 Reason:
- GitHub-based package names don't require domain ownership
- Standard convention: com.github.username.appname
- Ready for Firebase setup without needing website registration

📋 Firebase Setup:
When setting up Firebase, use package name:
com.github.mystiatech.sage

 Build Status:
- APK builds successfully (63.3MB)
- All tests passing
- Ready for Firebase configuration

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-04 15:34:37 -04:00

22 lines
668 B
Markdown

# Firebase Configuration Required
## ⚠️ IMPORTANT: Replace google-services.json
The current `google-services.json` file is a **PLACEHOLDER** and will **NOT** work.
### Steps to get your real google-services.json:
1. Follow the instructions in `/FIREBASE_SETUP.md` in the project root
2. Download the real `google-services.json` from Firebase Console
3. Replace the file in this directory: `android/app/google-services.json`
### Quick Link:
[Firebase Console](https://console.firebase.google.com/)
### Package Name (must match):
```
com.github.mystiatech.sage
```
Without the real Firebase configuration file, household sharing will not work across devices!