Package com.firebase.ui.firestore
Interface SnapshotParser<T>
-
- All Superinterfaces:
com.firebase.ui.common.BaseSnapshotParser<com.google.firebase.firestore.DocumentSnapshot,T>
- All Known Implementing Classes:
CachingSnapshotParser,ClassSnapshotParser
public interface SnapshotParser<T> extends com.firebase.ui.common.BaseSnapshotParser<com.google.firebase.firestore.DocumentSnapshot,T>Base interface for aBaseSnapshotParserforDocumentSnapshot.