Dale Nguyen

Results 69 comments of Dale Nguyen

Hi @RamDivrania, you should initialize app once. You can use this only. ``` // admin.initializeApp();

You also want to add `"skipLibCheck": true` to your tsconfig.json. https://www.typescriptlang.org/tsconfig/#skipLibCheck

@RamDivrania have you tried to `"skipLibCheck": true`?

It's probably you have an older version of Node. Here is a similar error https://github.com/HashLips/hashlips_art_engine/issues/424

@fgscaglioni confirms that overriding the tslib works. ☝️

Hi @shaikhabbas2609, have you tried to download your serviceAccount from Firebase? There a new NPM package. You should try it: https://github.com/dalenguyen/firestore-backup-restore

@kyawzazaw you can run a loop locally to reformat the json file to bring out the courseid before importing back to the firestore. You try this package, it's more up-to-date:...

@kyawzazaw, in order to have the structure based on your need. You have to follow the format of your file in order to import correctly. https://github.com/dalenguyen/firestore-import-export/blob/master/import-to-firestore.json

@DavenMartel Could you please provide: - snapshot - OS - Node version

Thanks, @DavenMartel. I will check it this weekend.