RomainVialard / FirebaseApp

Google Apps Script binding for Firebase Realtime Database
Apache License 2.0
117 stars 30 forks source link

Any plans on migrating this for a Firestore database? Or directions on how I could do that? #27

Open joshsny opened 3 years ago

joshsny commented 3 years ago

Just wondering if you have any plans to get this working for a Firestore database, or any recommendations on how I should approach adapting this to a firestore database?

RomainVialard commented 3 years ago

You can try that this connector to Firestore: https://github.com/grahamearley/FirestoreGoogleAppsScript

Firestore & the Firebase Realtime Database are 2 different products, hence different connectors.