Cloud VMS is fully detached from user management and any personal data. The Cloud VMS doesn’t do authentication and doesn’t store or use any user-related information.
All data in the Cloud VMS is completely anonymized. The Cloud VMS knows only about deals with cameras and nothing about users.
As part of the platform, VXG provides a reference code for authentication using Firebase and authorization (linking users to cameras) using a simple PHP + Postgresql backend.
...
doesn’t know anything about the association of these cameras with users.
The Cloud VMS is multi-tenant by design. Multiple user authentication and authorization services can be working with the same Cloud VMS services.
...