Replies: 2 comments 3 replies
-
Firestore Internal Assertion Failure: Insufficient Storage Space The error message indicates an internal assertion failure within Firestore, Firebase's real-time database solution. The specific error points to a failed transaction commit due to an Input/Output (IO) error related to storage space on the device. Insufficient storage space caused the transaction to fail. Possible Causes and Solutions This error can occur when the app attempts to write data to the Firestore database, but the device lacks sufficient free space to accommodate the operation. To address this issue, consider the following steps:
By following these steps, you can effectively handle and prevent errors associated with storage space constraints in Firestore transactions. |
Beta Was this translation helpful? Give feedback.
-
https://github.com/firebase/firebase-ios-sdk/issues/6727i got the same
issue as mentioned in this PR
…On Fri, Jul 28, 2023 at 8:25 PM Morten Bek Ditlevsen < ***@***.***> wrote:
Hi @Anoopkmr1 <https://github.com/Anoopkmr1> ,
I'm a Firebase user like you, and I'm curious about your hopes or
expectations for what should happen when trying to write data when there's
not enough space.
Could you share that?
—
Reply to this email directly, view it on GitHub
<#11574 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZ5Q3DZFVN7UYDCCKGVGZ5TXSPHFLANCNFSM6AAAAAA2RF7MAM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
--
**DISCLAIMER :**
This communication may contain
information may
contain proprietary, business-confidential and/or privileged
material that
is legally protected from unauthorized disclosure. If you are not
the
intended recipient, please note that any dissemination, review,
retransmission, distribution, or copying of this communication is strictly
prohibited. If you have received this message in error, you should notify
the
sender immediately by telephone or by return email and delete this
message from
all the systems immediately.
|
Beta Was this translation helpful? Give feedback.
-
Hi,
I hope you're doing well. I wanted to discuss a crash that was reported by Firebase recently. The crash occurred when my iOS device had very limited storage space available. I'm concerned about this issue and would like to know if Firebase has any solutions or recommendations to handle such situations.
FIRESTORE INTERNAL ASSERTION FAILED: Failed to commit transaction: <LevelDbTransaction NextMutationBatchAfterBatchID: 0 changes (0 bytes):> Failed: IO error: /var/mobile/Containers/Data/Application/1D9183C6-D12F-42CB-8A18-A408B7F5F841/Library/Application Support/firestore/__FIRAPP_DEFAULT/[APP-NAME]/main/001236.ldb: No space left on device (expected status.ok())
Beta Was this translation helpful? Give feedback.
All reactions