I don't want to write one field in my firestore.
I tried @Exclude
and it's not working,
tried @set:Exclude var uId: String = ""
and its also not working.
When I use @get:Exclude
, I am able to exclude field while reading.
I don't want to write one field in my firestore.
I tried @Exclude
and it's not working,
tried @set:Exclude var uId: String = ""
and its also not working.
When I use @get:Exclude
, I am able to exclude field while reading.