deviceId property
Unique identifier for this device (UUIDv4).
Generated once per app install and persisted locally.
Used as the document ID in Firestore: users/{uid}/devices/{deviceId}.
Implementation
final String deviceId;
Unique identifier for this device (UUIDv4).
Generated once per app install and persisted locally.
Used as the document ID in Firestore: users/{uid}/devices/{deviceId}.
final String deviceId;