Giter VIP home page Giter VIP logo

Comments (7)

dalenguyen avatar dalenguyen commented on May 30, 2024

Hi @p1ll0wf0rtress, could you please provide more info like the version that you are using and which code that you tried. Thanks,

from firestore-backup-restore.

p1ll0wf0rtress avatar p1ll0wf0rtress commented on May 30, 2024

Hi @dalenguyen

Version: ^0.1.3

const firestoreService = require('firestore-export-import');
const serviceAccount = require('./serviceAccountKey.json');

// Initiate Firebase App
firestoreService.initializeApp(serviceAccount, "https://my-database-url.firebaseio.com");

// Start exporting your data
let result = firestoreService.backup('my-collection', 'my-sub-collection');

result.then((data) => console.log(data))

This only returns "Geting data from: [collection name]"

from firestore-backup-restore.

dalenguyen avatar dalenguyen commented on May 30, 2024

Hi @p1ll0wf0rtress, when you start exporting your data, you should replace 'my-collection' with your actual collection name. E.g. customers, or users or whatever you want.

// Start exporting your data
let result = firestoreService.backup('customers');

from firestore-backup-restore.

p1ll0wf0rtress avatar p1ll0wf0rtress commented on May 30, 2024

Hi @dalenguyen,

I do have my collection and sub-collection in my code.

const firestoreService = require('firestore-export-import');
const serviceAccount = require('./serviceAccountKey.json');

// Initiate Firebase App
firestoreService.initializeApp(serviceAccount, "https://my-database-url.firebaseio.com");

// Start exporting your data
let result = firestoreService.backup('events', 'attendees');

result.then((data) => console.log(data))

from firestore-backup-restore.

dalenguyen avatar dalenguyen commented on May 30, 2024

Ok, so which NODE, NPM version that you are using?
Does it have any error and can you take a snapshot while you're running it?

Please also print out the result.

console.log(result)

from firestore-backup-restore.

p1ll0wf0rtress avatar p1ll0wf0rtress commented on May 30, 2024

Node: 8.11.3
NPM: 6.0.0

No errors. Only output from the console is
Geting data from: events

from firestore-backup-restore.

dalenguyen avatar dalenguyen commented on May 30, 2024

Everything looks fine to me. Your Node and NPM are even higher than mine. Please check your 'serviceAccountKey.json' and collection names. If it still doesn't work, please try this:

https://github.com/dalenguyen/firestore-import-export

from firestore-backup-restore.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.