CrewLAB is committed to protecting the privacy and security of users data.
General Implementation Principles
Access Control
- All access to data is authenticated through Google Firebase Authentication
- All users are assigned unique identifiers
- Passwords are obscured and encrypted. We can’t view passwords of users even if we wanted to.
- Access to data is strictly restricted to the appropriate users and teams. No data is shared between different teams on the platform
Information Exchange
- All information is transmitted through secure communication methods, such as SSL.
- Data is encrypted at rest and in transit in Google Cloud Platform.
Data Persistence
- All user data is securely stored in the Google Cloud Platform
- No data stays on the device within the app aside from login tokens
- All databases are automatically backed up and recoverable in the event of an outage
Consent
- We gather consent to our Terms of Service and Privacy policy prior to creation of an account