Skip to content

Commit cd0fe8c

Browse files
authored
Change invalid default remote config namespace "configns:firebase" to "firebase", which fixes a sporadic "Invalid Argument" error from the server. (#282)
1 parent e49f8e5 commit cd0fe8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

remote_config/src/desktop/remote_config_desktop.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ namespace internal {
3939

4040
using callback::NewCallback;
4141

42-
const char* const RemoteConfigInternal::kDefaultNamespace = "configns:firebase";
42+
const char* const RemoteConfigInternal::kDefaultNamespace = "firebase";
4343
const char* const RemoteConfigInternal::kDefaultValueForString = "";
4444
const int64_t RemoteConfigInternal::kDefaultValueForLong = 0L;
4545
const double RemoteConfigInternal::kDefaultValueForDouble = 0.0;

0 commit comments

Comments
 (0)