mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-21 10:34:39 +08:00
fix regression caused by ffc2eca6da
This commit is contained in:
@@ -67,6 +67,6 @@ export default class DocumentSnapshot {
|
||||
return extractFieldPathData(this._data, fieldPath._segments);
|
||||
}
|
||||
|
||||
return deepGet(this._data, fieldPath, './');
|
||||
return deepGet(this._data, fieldPath, '.');
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user