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
{{ message }}
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.
This project is running but when I want to download large amounts of data I get the following error. The data I want to download is about 4 million. I upgraded the Firebase account to the paid plan and I did not understand the reason for this problem. I would be glad if you can help with this.
The error I got:
Error: 4 DEADLINE_EXCEEDED: Deadline Exceeded
at Object.exports.createStatusError (C:\Users\ixast\Downloads\firestore-import-export-master\firestore-import-export-master\node_modules\grpc\src\common.js:91:15)
at ClientReadableStream._emitStatusIfDone (C:\Users\ixast\Downloads\firestore-import-export-master\firestore-import-export-master\node_modules\grpc\src\client.js:233:26)
at ClientReadableStream._receiveStatus (C:\Users\ixast\Downloads\firestore-import-export-master\firestore-import-export-master\node_modules\grpc\src\client.js:211:8)
at Object.onReceiveStatus (C:\Users\ixast\Downloads\firestore-import-export-master\firestore-import-export-master\node_modules\grpc\src\client_interceptors.js:1277:15)
at InterceptingListener._callNext (C:\Users\ixast\Downloads\firestore-import-export-master\firestore-import-export-master\node_modules\grpc\src\client_interceptors.js:568:42)
at InterceptingListener.onReceiveStatus (C:\Users\ixast\Downloads\firestore-import-export-master\firestore-import-export-master\node_modules\grpc\src\client_interceptors.js:618:8)
at C:\Users\ixast\Downloads\firestore-import-export-master\firestore-import-export-master\node_modules\grpc\src\client_interceptors.js:1033:24 {
code: 4,
metadata: Metadata { _internal_repr: {}, flags: 0 },
details: 'Deadline Exceeded'
}
This project is running but when I want to download large amounts of data I get the following error. The data I want to download is about 4 million. I upgraded the Firebase account to the paid plan and I did not understand the reason for this problem. I would be glad if you can help with this.
The error I got:
Error: 4 DEADLINE_EXCEEDED: Deadline Exceeded
at Object.exports.createStatusError (C:\Users\ixast\Downloads\firestore-import-export-master\firestore-import-export-master\node_modules\grpc\src\common.js:91:15)
at ClientReadableStream._emitStatusIfDone (C:\Users\ixast\Downloads\firestore-import-export-master\firestore-import-export-master\node_modules\grpc\src\client.js:233:26)
at ClientReadableStream._receiveStatus (C:\Users\ixast\Downloads\firestore-import-export-master\firestore-import-export-master\node_modules\grpc\src\client.js:211:8)
at Object.onReceiveStatus (C:\Users\ixast\Downloads\firestore-import-export-master\firestore-import-export-master\node_modules\grpc\src\client_interceptors.js:1277:15)
at InterceptingListener._callNext (C:\Users\ixast\Downloads\firestore-import-export-master\firestore-import-export-master\node_modules\grpc\src\client_interceptors.js:568:42)
at InterceptingListener.onReceiveStatus (C:\Users\ixast\Downloads\firestore-import-export-master\firestore-import-export-master\node_modules\grpc\src\client_interceptors.js:618:8)
at C:\Users\ixast\Downloads\firestore-import-export-master\firestore-import-export-master\node_modules\grpc\src\client_interceptors.js:1033:24 {
code: 4,
metadata: Metadata { _internal_repr: {}, flags: 0 },
details: 'Deadline Exceeded'
}
Stackoverflow url:
https://stackoverflow.com/questions/62860410/cloud-firestore-big-data-error-deadline-exceeded
The text was updated successfully, but these errors were encountered: