You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FYI, we released 7.0.2 today to fix a critical issue (#900). To reduce the risk inherent in that release, this fix will wait for the next regular release.
[REQUIRED] Please fill in the following fields:
[REQUIRED] Please describe the issue here:
documentSnapshot.ToDictionary() Crash if documentSnapshot.Exists == false
Documentation says
Returns | A Dictionary{String, Object} containing the document data or null if this is a nonexistent document.
Tested on 7.0.0, but it's totally broken (see other bugs).
Steps to reproduce:
Load a Document that does not exist
JNI DETECTED ERROR IN APPLICATION: can't call java.util.Set java.util.Map.keySet() on null object
...
CheckJNI::CallObjectMethodV(_JNIEnv*, _jobject*, _jmethodID*, std::__va_list)+72)
/lib/arm64/libFirebaseCppApp-6_16_1.so (firebase::firestore::FieldValueInternal::map_value() const+160)
...
The text was updated successfully, but these errors were encountered: