dalenguyen / firestore-import-export

An application that can help you to backup and restore from Cloud Firestore | Firebase
https://www.npmjs.com/package/firestore-export-import
401 stars 109 forks source link

When working with big data, it gives an error. Deadline Exceeded #40

Open isacoskun opened 4 years ago

isacoskun commented 4 years ago

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