Currently builk upload document to Firebase is impossible without money.
Therefore I have write example of bulk uploader with this data https://github.com/angular-university/firebase-course
- Create Firebase project and install your Firebase identity to project
- Than prepare empty Angular project
ng new AngularFirebaseUploader
- Than install NodeJs library
npm i
npm i firebase
npm install -g ts-node typescript '@types/node' ( -g need to use your windows admin account - "Start-Process powershell -verb runas")
- And finally run typescript as console application
npx ts-node init-db.ts
- Result must be similar: