[
  {
    "projectId": "proj_abc123xyz",
    "timestamp": 1735819815000,
    "data": {
      "users": {
        "user_id_abc123": {
          "profile": {
            "createdAt": {
              "_seconds": 1735819200,
              "_nanoseconds": 123000000
            },
            "metadata": {
              "plan": "pro",
              "department": "engineering"
            },
            "role": "user",
            "name": "John Doe",
            "id": "user_id_abc123",
            "deleted_at": null,
            "projectId": "proj_abc123xyz",
            "userId": "user_id_abc123",
            "email": "john.doe@example.com",
            "deletedAt": null,
            "updatedAt": {
              "_seconds": 1735819800,
              "_nanoseconds": 456000000
            }
          },
          "subcollections": {
            "passkeys": {
              "passkey_id_xyz789": {
                "userHandle": "base64url_encoded_user_handle_string",
                "aaguid": "bada5566-a7aa-401f-bd96-45619a55120d",
                "userAgent": {
                  "os": "Linux ",
                  "browser": "Chrome 142.0.0.0",
                  "descriptor": "desktop_Linux _Chrome 142.0.0.0",
                  "device": {
                    "vendor": null,
                    "model": null,
                    "type": "desktop"
                  },
                  "spec": "desktop"
                },
                "label": "my_device_passkey",
                "publicKey": "-----BEGIN PUBLIC KEY-----\nMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE...(truncated)\n-----END PUBLIC KEY-----\n",
                "rpId": "example.com",
                "userId": "user_id_abc123",
                "createdAt": {
                  "_seconds": 1735819250,
                  "_nanoseconds": 789000000
                },
                "transports": ["internal", "hybrid"],
                "prevCounter": 5,
                "id": "passkey_id_xyz789",
                "authenticator": "platform",
                "projectId": "proj_abc123xyz",
                "updatedAt": {
                  "_seconds": 1735819750,
                  "_nanoseconds": 321000000
                }
              }
            },
            "authenticators": {
              "auth_id_def456": {
                "userHandle": "base64url_encoded_user_handle_string",
                "aaguid": "00000000-0000-0000-0000-000000000000",
                "userAgent": {
                  "os": "Linux ",
                  "browser": "Chrome 142.0.0.0",
                  "descriptor": "desktop_Linux _Chrome 142.0.0.0",
                  "device": {
                    "vendor": null,
                    "model": null,
                    "type": "desktop"
                  },
                  "spec": "desktop"
                },
                "label": "security_key",
                "publicKey": "-----BEGIN PUBLIC KEY-----\nMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE...(truncated)\n-----END PUBLIC KEY-----\n",
                "userId": "user_id_abc123",
                "createdAt": {
                  "_seconds": 1735819300,
                  "_nanoseconds": 111000000
                },
                "transports": ["usb"],
                "id": "auth_id_def456",
                "authenticator": "cross-platform",
                "projectId": "proj_abc123xyz",
                "prevCounter": 12,
                "updatedAt": {
                  "_seconds": 1735819700,
                  "_nanoseconds": 222000000
                }
              }
            },
            "totps": {
              "totp_id_ghi789": {
                "id": "totp_id_ghi789",
                "projectId": "proj_abc123xyz",
                "userId": "user_id_abc123",
                "label": "authenticator_app",
                "createdAt": {
                  "_seconds": 1735819350,
                  "_nanoseconds": 333000000
                },
                "enabled": true,
                "secret": "CiQAgbfoXXH82U5UY8UU...(encrypted)",
                "updatedAt": {
                  "_seconds": 1735819650,
                  "_nanoseconds": 444000000
                }
              }
            }
          }
        },
        "user_id_xyz456": {
          "profile": {
            "createdAt": {
              "_seconds": 1735820100,
              "_nanoseconds": 500000000
            },
            "metadata": {},
            "role": "user",
            "name": "Jane Smith",
            "id": "user_id_xyz456",
            "projectId": "proj_abc123xyz",
            "userId": "user_id_xyz456",
            "email": "jane.smith@example.com",
            "updatedAt": {
              "_seconds": 1735820500,
              "_nanoseconds": 600000000
            },
            "deletedAt": null
          },
          "subcollections": {
            "passkeys": {
              "passkey_id_abc789": {
                "userHandle": "base64url_encoded_user_handle_string",
                "aaguid": "bada5566-a7aa-401f-bd96-45619a55120d",
                "userAgent": {
                  "os": "macOS ",
                  "browser": "Safari 17.0",
                  "descriptor": "desktop_macOS _Safari 17.0",
                  "device": {
                    "vendor": "Apple",
                    "model": "MacBook Pro",
                    "type": "desktop"
                  },
                  "spec": "desktop"
                },
                "label": "macbook_touchid",
                "publicKey": "-----BEGIN PUBLIC KEY-----\nMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE...(truncated)\n-----END PUBLIC KEY-----\n",
                "rpId": "example.com",
                "userId": "user_id_xyz456",
                "createdAt": {
                  "_seconds": 1735820200,
                  "_nanoseconds": 700000000
                },
                "transports": ["internal"],
                "prevCounter": 3,
                "id": "passkey_id_abc789",
                "authenticator": "platform",
                "projectId": "proj_abc123xyz",
                "updatedAt": {
                  "_seconds": 1735820400,
                  "_nanoseconds": 800000000
                }
              }
            }
          }
        }
      }
    }
  }
]
