Annotation Interface Document
Annotation for a class that represents a Firestore Document.
- Since:
- 1.2
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionThe collection name of the Document in Firestore, which can differ from the name of the class which it annotates.
-
Element Details
-
collectionName
String collectionNameThe collection name of the Document in Firestore, which can differ from the name of the class which it annotates.- Returns:
- The Collection name of the Document
- Default:
- ""
-