firebase::firestore::Settings
#include <settings.h>
Settings used to configure a Firestore instance.
Summary
Constructors and Destructors |
|
|---|---|
Settings()
Creates the default settings.
|
|
Settings(const Settings & other)
Copy constructor.
|
|
Settings(Settings && other)
Move constructor.
|
Public static attributes |
|
|---|---|
kCacheSizeUnlimited = -1
|
constexpr int64_t
Constant to use with
set_cache_size_bytes to disable garbage collection. |
Friend classes |
|
|---|---|
operator | |