| Version | Supported |
|---|---|
| 1.x.x | ✅ Yes |
Please do NOT report security vulnerabilities through public GitHub issues.
If you discover a security vulnerability, please report it responsibly:
-
Email: open a private security advisory on GitHub:
- Go to the Security tab
- Click "Report a vulnerability"
-
Include in your report:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if any)
-
You will receive a response within 48 hours.
-
We will coordinate a fix and disclosure timeline with you.
- Never commit
google-services.json,GoogleService-Info.plist, orfirebase_options.dart— these are listed in.gitignore - Never hardcode API keys, secrets, or credentials in source code
- Always use Firebase Security Rules to protect Firestore data
- Keep dependencies up to date (
flutter pub outdated)