dalenguyen / firestore-import-export

An application that can help you to backup and restore from Cloud Firestore | Firebase
https://www.npmjs.com/package/firestore-export-import
401 stars 109 forks source link

Is it possible? [InitializeApp] without 'databaseURL' #33

Closed ybhwang closed 4 years ago

ybhwang commented 4 years ago

I just tried with importing serviceAccountKey.json for usage, and I didn't changed value of databaseURLat InitializeApp.

  1. It works fine, it it possible?
  2. In the case of me, is it possible to submit my datas to your databaseUrl: "https://ionic-firestore-dn.firebaseio.com"?
dalenguyen commented 4 years ago

It's not possible to submit your data to that databaseUrl. You will more than just a URL. Please replace it with your own.