diff --git a/src/Firebase.cpp b/src/Firebase.cpp index b6c10043..fcf32993 100644 --- a/src/Firebase.cpp +++ b/src/Firebase.cpp @@ -47,6 +47,8 @@ void FirebaseCall::analyzeError(char* method, int status, const std::string& pat error_ = FirebaseError(status, std::string(method) + " " + path_with_auth + ": " + http_->errorToString(status)); + } else { + error_ = FirebaseError(); } }