uid property
Document identifier for Firestore operations.
This field is used to:
- Identify documents in Firestore collections
- Link documents in relationships
- Enable CRUD operations on specific documents
Can be null for new documents that haven't been saved to Firestore yet. FirestorePlus will automatically set this field when documents are created.
Implementation
String? uid;