If you know any other Easy method to import export firestore database, letme know down below :)
@sasispenzer82583 жыл бұрын
How About GCP Auto Backup Method ?
@nandithavm76192 жыл бұрын
This is the best method ever. There is no better method. Thank you so much.
@iqwebserve39733 жыл бұрын
Thank you for this tip! I plan to be a paid user one day and use buckets, but for now I want to start with Free Tier as I learn.
@OctAcademy3 жыл бұрын
The free tier is more than enough for a small App with small audiance, you can go for the paid version once your app grows big ... :)
@YorukaValorant3 жыл бұрын
Wow, Keep it up! You are doing a good job. High Quality Videos
@OctAcademy3 жыл бұрын
Thanks a lot!
@Simplivy4all10 ай бұрын
Thanks for this video. Well explained!
@apoorvaranjan23283 жыл бұрын
Respect man! All love! Thank you so much for sharing this.
@OctAcademy3 жыл бұрын
Glad you enjoyed it!
@jeanroux9002 жыл бұрын
Thanks, really appreciate this tutorial, helped my a lot!
@OctAcademy2 жыл бұрын
Great to hear!
@innovativatk3 жыл бұрын
im was looking something to make the export form angular but this es amazing tutorial...
@OctAcademy3 жыл бұрын
Thank you :)
@malekz3atreh4952 жыл бұрын
thank you man, this was so helpful
@OctAcademy2 жыл бұрын
Glad to hear it!
@asimmohd66292 жыл бұрын
Does download cost reads in firestore and Is it possible to do this method with Sprak plan in firebase?
@theChandruR2 жыл бұрын
Could you please make a video about how to sync google sheet with firebase realtime DB ( read only) later to use the sheet for analytics purpose
@carelesscoders98764 жыл бұрын
Amazing Tutorial. Thank You
@OctAcademy4 жыл бұрын
Thank you
@tahirdevlog20474 жыл бұрын
a video that has gold value
@OctAcademy4 жыл бұрын
Thanks man :)
@cmvilla203 жыл бұрын
Me enamore, justo lo que buscaba, tienes un nuevo sub desde Perú
@tunezerwanepatrick72333 жыл бұрын
Thanks a lot! you just saved my day man. Thanks
@OctAcademy3 жыл бұрын
Thank you :)
@tacodelmetro83853 жыл бұрын
Great explanation, great Video, you save my life, my man!! I subscribe, like, share, all!! (i am trying with just a set of data, not all the database, wish me luck)
@OctAcademy3 жыл бұрын
Perfect, Wish you all the best ;)
@303801263 жыл бұрын
Very nice! Thanks for sharing
@OctAcademy2 жыл бұрын
Thanks for watching!
@ninoshainidze49403 жыл бұрын
i exported and imported json file but can i upload it on server and run there?
@DanKardell3 жыл бұрын
This package still does not allow for the import of a specific collection, only the entire db?
@OctAcademy3 жыл бұрын
with this package you can only import the entire DB :)
@DanKardell3 жыл бұрын
@@OctAcademy Thanks.. I hope they change it so like they do with the realtime that you can just update a collection and not the entire DB.
@OctAcademy3 жыл бұрын
@@DanKardell Thank you very much for the information :)
@angelamolina55993 жыл бұрын
is there a way to export only a specific collection?
@OctAcademy3 жыл бұрын
there is no option for this, you can export the readable (pretty) JSON version and Edit the Exported JSON file according to your Requirements
@andrewdavis67474 жыл бұрын
Great video. Extremely helpful. Question - do you have to clear the database to import a new JSON file? Say I wanted to add to my database. Another set of data. Can I do that while leaving the existing data alone?
@OctAcademy4 жыл бұрын
Yes you can add a new set of data, by keeping your current data, but before you doing this first take a backup of current firestore data, if anything goes wrong you dont need to worry right.. :)
@Iamkabera3 жыл бұрын
@@OctAcademy That's great but say, you have blog posts you want to add on the app. You can't overwrite already indexed posts since you'll basically change the permalinks to the posts.
@akashchauhan67844 жыл бұрын
Great Explanation Sir ☺️
@OctAcademy4 жыл бұрын
Hope you learn something :)
@AakashGoplani2 жыл бұрын
I have data in my local firebase emulator and now I want to export that to cloud firestore. Will this approach be useful for such use case?
@OctAcademy2 жыл бұрын
Yes, definitely
@gonzalescarloz3 жыл бұрын
running npm install -g node-firestore-import-export gives me a "44 packages are looking for funding" error
@OctAcademy3 жыл бұрын
if this is not working try to use this package with npx
@matthewma10083 жыл бұрын
Liked, thank you so much
@OctAcademy3 жыл бұрын
Thank you :)
@wesleybarnes53763 жыл бұрын
Great, does the package have a option to save as csv maybe?
@OctAcademy3 жыл бұрын
As i know this package don't have an option for CSV
@amedeeahoton58293 жыл бұрын
Thanks for this ressource.
@OctAcademy3 жыл бұрын
Your welcome :)
@DanKardell3 жыл бұрын
Can you use this import to append the DB or is it always an overwrite?
@OctAcademy3 жыл бұрын
Its always overwrites the DB
@DanKardell3 жыл бұрын
@@OctAcademy So unlike realtime DB you can't just add new records with this method and not affect the rest of the DB
@omotehinseelvis9845 Жыл бұрын
I'm having issues import my json file to firestore, is it because my json fie contains an array of objects? and its not compatible with firestore arrangement? I'm just trying to figure it out, pls help
@ETNewVideo3 жыл бұрын
You are Amazing yaar❤️🔥
@OctAcademy3 жыл бұрын
❤️❤️❤️❤️
@tuanthanhle31003 жыл бұрын
after i install node-firestore-import-export, my next command: firestore-export' is not recognized as an internal or external command :((
@biljeg2 жыл бұрын
try to install it globaly
@meghnasharma14413 жыл бұрын
Everythings working fine... even command prompt said file data saved ...but I cannot find the file anywhere?
@gamesur12352 жыл бұрын
Compared to original firestore's export option, this will be more cheaper? I looking for solution for backup my server, but cost the cost seem quite high so find other way for decreade it Any recommendation?
@Cyndadogo3 жыл бұрын
Thanks a lot! You save me a lot of time and my project!
@OctAcademy3 жыл бұрын
You're welcome!
@dorlomk Жыл бұрын
Thanks, Is there any way to export from firebase, then import in the Firebase Emulator Suite ? I can't generate the json file in the Emulator.
@xTAQI2 жыл бұрын
Thank you so much...😍
@OctAcademy2 жыл бұрын
Welcome 😊
@aartiarora26863 жыл бұрын
I dont see "Service Accounts" tab in the Project Settings Where else can I generate new Private Key
@flytomuthu3 жыл бұрын
How to insert bulk data into firestore tables? Can you put a video on that? If you already have one, please share the link. Thanks.
@OctAcademy3 жыл бұрын
I don't have one, ill upload a video regarding this :)
@junreydotarot71803 жыл бұрын
Hi! Can this be done in the firebase emulator? Like, export data from emulator then import to live firestore or vice versa?
@OctAcademy3 жыл бұрын
To my knowledge, you can do this with emulator if you activated the billing, otherwise you cannot do this with the forestore console
@joelmuriuki60762 жыл бұрын
'firestore-export' is not recognized as an internal or external command, operable program or batch file. Please advise on how to fix this error
@biljeg2 жыл бұрын
try to install it globaly
@HAHAHA99YUS3 жыл бұрын
You're a life saver thank you so much man!
@OctAcademy3 жыл бұрын
Glad to hear that! :)
@getgaari75213 жыл бұрын
Hello, it gives an error that Account credentials file does not exist. Anyone Please?
@margsproductions88293 жыл бұрын
Same error
@margsproductions88293 жыл бұрын
I found the solution just add " " these in starting of the path and at the end then it will work
@googlepay42952 жыл бұрын
Using this api can perform multiple collection search in an android app ? Plzz reply its very very important
@chethanmohan3 жыл бұрын
Hello great video bro! Btw what would be the impact on reads and writes by using this method ?
@OctAcademy3 жыл бұрын
its Depends
@surajkarmakar15593 жыл бұрын
firestore-export is not recognized as a internal or external command What to do?plz help
@anish923 жыл бұрын
Have you installed Globally .. npm install -g node-firestore-import-export
@OctAcademy3 жыл бұрын
or you can use npx instead npm, no need to install this globally if you're using npx command, :)
@surajkarmakar15593 жыл бұрын
Yes it's working now thanks🔥
@dojemon3 жыл бұрын
Hi Thanks for the wonderful tutorial and it works like a charm :D I would just like to ask if using this method will incur charges to my firestore billing since t reads data and writes to my local file?
@OctAcademy3 жыл бұрын
No you can use this method with free tier :)
@nguyenthituyen242 жыл бұрын
My error "code: 9, details: 'The Cloud Firestore API is not available for Datastore Mode projects.', metadata: Metadata { internalRepr: Map(0) {}, options: {} }, note: 'Exception occurred in retry method that was not classified as transient'" Can you help me?
@vaishnav20163 жыл бұрын
can i export data from firestore and use(import) it in realtime database
@OctAcademy3 жыл бұрын
Realtime database is different than firestone, so as per my knowledge you cannot import firestore export to Realtime database :)
@vaishnav20163 жыл бұрын
@@OctAcademy thank you ♥️
@sasispenzer82583 жыл бұрын
Really Helpful 😘👍😍😎
@OctAcademy3 жыл бұрын
Glad to hear that
@Akilesalan3 жыл бұрын
Great! Thank You!
@OctAcademy3 жыл бұрын
You are welcome!
@eshaangupta41012 жыл бұрын
Great video! Quick question, what if I have a .csv file and I want to upload it to an empty firestore, how do you suggest I do that?
@shivamsharma77612 жыл бұрын
asum bro! helped me a lot
@OctAcademy2 жыл бұрын
Glad it helped
@josephze85433 жыл бұрын
Are these operations free ?
@OctAcademy3 жыл бұрын
Yes its completely free :)
@OctAcademy3 жыл бұрын
Yes its completely free :)
@MahmoudReyad3 жыл бұрын
How To Export This File Into Firebase Emulator ?
@pjarnfelt2 жыл бұрын
This is a video on how to backup and restore backups, not how to import data as the title suggests :(
@ahmedehabelsepaey9168 Жыл бұрын
how to upload json pretty file
@최민준-h2f4 жыл бұрын
Thank you!
@OctAcademy3 жыл бұрын
You're welcome!
@user-mb3mf2og9k3 жыл бұрын
can't believe it's living in 21st century. You need to take 10+ mins to Import Export a single JSON Data...
@OctAcademy3 жыл бұрын
Its took 10+ minutes to explain the codes. you can build a small todo app with in 1 hour but, to.learn that skill you may need more than weeks :)