How to import Excel/CSV file into Firestore Database | Import Excel/CSV to Firestore using GCP

preview_player
Показать описание
Hello friends,

I will be showing you a quick and easy way to import you Excel/CSV file into Firestore Database using NodeJS.

There are many ways to do it, but I think the way I will show you in the video is very quick, efficient and more controable as well.

Requirements:
(1) Valid GCP and Firebase account
(2) NodeJS installed on your machine
(3) Willingness to follow the tutorial
(4) Code editor

The code used in this video can be found here,

You can contact me to build any kind of Chatbot.

You can share your views on this video in the comment section.

If you like my work, subscribe to my channel for more new videos.

Enjoy the life, Feel the music.
Peace.
Рекомендации по теме
Комментарии
Автор

hello, i want to do this with à excel file with a macros it's possible ? because when i convert in csv macro isn't save in the new file

MatheoOff
Автор

i already create collection, after that when i try second time i get "Error at createRecord --> Error: Unable to detect a Project Id in the current environment." error.

AhmetOkur-nlbr
Автор

I follow every step you do, but... at the end, vscode send me an error:
"undefined:1
{
SyntaxError: Unexpected end of JSON input
at JSON.parse (<anonymous>)"

and... I can't understand why...

dnjason
Автор

undefined:1
undefined
^

SyntaxError: "undefined" is not valid JSON
at JSON.parse (<anonymous>)
at Object.<anonymous>
at Module._compile
at Module._extensions..js
at Module.load
at Module._load
at [as runMain]
at
please help

AbhishekSharma-bcnt
Автор

where did you get the credentials?? 5:37

dnjason