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
Hey, I am encountering some errors trying to export some collections from my Firestore databse. I have some collections that relatively small amounts of data and it works fine, but for large data, I get the following errors:
Segmentation fault: 11
or:
libc++abi.dylib: terminating with uncaught exception of type std::length_error: vector
Abort trap: 6
The text was updated successfully, but these errors were encountered:
Hey, I am encountering some errors trying to export some collections from my Firestore databse. I have some collections that relatively small amounts of data and it works fine, but for large data, I get the following errors:
Segmentation fault: 11
or:
libc++abi.dylib: terminating with uncaught exception of type std::length_error: vector
Abort trap: 6
The text was updated successfully, but these errors were encountered: