com.google.firebase.firestore | Firebase SDKs for Android
Annotations
DocumentId |
Annotation used to mark a POJO property to be automatically populated with the document's ID when the POJO is created from a Cloud Firestore document (for example, via |
Exclude |
Marks a field as excluded from the database instance. |
IgnoreExtraProperties |
Properties that don't map to class fields are ignored when serializing to a class annotated with this annotation. |
PropertyName |
Marks a field to be renamed when serialized. |
ServerTimestamp |
Annotation used to mark a timestamp field to be populated with a server timestamp. |
ThrowOnExtraProperties |
Properties that don't map to class fields when serializing to a class annotated with this annotation cause an exception to be thrown. |