Settings used to configure a FirebaseFirestore instance.
| class | FirebaseFirestoreSettings.Builder | A Builder for creating FirebaseFirestoreSettings. |
|
| long | CACHE_SIZE_UNLIMITED | Constant to use with setCacheSizeBytes(long) to
disable garbage collection. |
| boolean | |
| long |
getCacheSizeBytes()
Returns the threshold for the cache size above which the SDK will attempt to collect the least
recently used documents.
|
| String |
getHost()
Returns the host of the Cloud 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()
|
Constant to use with setCacheSizeBytes(long) to
disable garbage collection.
Returns the threshold for the cache size above which the SDK will attempt to collect the least recently used documents.
Returns whether or not to use local persistent storage.
Returns whether or not to use SSL for communication.