We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
In Firestore there's @DocumentId, a useful annotation to assign document id to a class automatically. Can this be implemented for Firebase Database?
@DocumentId
data class User( @DocumentId val userId: String = "" // ... other fields )