Settings used to configure a FirebaseFirestore instance.
| class | FirebaseFirestoreSettings.Builder | A Builder for creating FirebaseFirestoreSettings. |
|
| boolean |
areTimestampsInSnapshotsEnabled()
Returns whether or not
DocumentSnapshots return timestamp fields as
Timestamps. |
| boolean | |
| String |
getHost()
Returns the host of the Firestore backend.
|
| int |
hashCode()
|
| boolean |
isPersistenceEnabled()
Returns whether or not to use local persistent storage.
|
| boolean |
isSslEnabled()
Returns whether or not to use SSL for communication.
|
| String |
toString()
|
Returns whether or not DocumentSnapshots return timestamp fields as
Timestamps.
Returns whether or not to use local persistent storage.
Returns whether or not to use SSL for communication.