We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Settings
1 parent 37520e7 commit 3cce657Copy full SHA for 3cce657
Firestore/core/src/api/firestore.cc
@@ -111,7 +111,7 @@ void Firestore::set_settings(const Settings& settings) {
111
}
112
if (!settings.ssl_enabled() && settings.host() == Settings::DefaultHost) {
113
util::ThrowIllegalState(
114
- "You can't set the 'sslEnabled' setting unless you also set a "
+ "You can't set the 'sslEnabled' setting to false unless you also set a "
115
"non-default 'host'.");
116
117
0 commit comments