NoteVault – პირადი მონაცემების დაცვა
Data Handling
The extension processes the following user-provided data:
- Text notes created by the user
- Optional images pasted into notes
- Optional tags associated with notes
Data Storage
All data is stored using services configured by the user:
- Text notes are sent directly from the browser to the user’s own Firebase Firestore project
- Images are uploaded directly from the browser to the user’s own Cloudinary account
The extension does not proxy, intercept, or store this data outside of these services.
Third-Party Services
NoteVault interacts with the following third-party services:
- Firebase Firestore (Google) for note storage
- Cloudinary for image hosting
Users are responsible for reviewing and complying with the privacy policies of these services.
Security Responsibility
Users are responsible for:
- Securing their Firebase and Cloudinary accounts
- Configuring appropriate access rules (e.g., Firestore security rules)