question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Firestore] Cannot use Firestore ^4.0.0

See original GitHub issue

Firestore recently released a newer version of their SDK with a bunch of new features and fixes. This SDK release is a major release which dropped node 8 support.

We cannot update to the newest version of Firestore when having firebase-admin as a dependency due to the version missmatch here.

Is there any way we can use the newest Firestore SDK in combination with firebase-admin ?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:3
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
mbleighcommented, Jul 8, 2020

@hiranya911 we are currently using ^8.10.0 as the semver string in firebase init, and we will be defaulting to Node 10 beginning tomorrow. I’m comfortable with firebase-admin immediately dropping Node 8 support so long as it’s done in a major version.

2reactions
schmidt-sebastiancommented, Jun 25, 2020

I will work with @hiranya911 to figure something out. Unfortunately, we cannot yet drop Node 8 support from the Firebase SDKs as a whole as we have product dependencies within Google that have yet to fully migrate.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Get started with Cloud Firestore - Firebase
Cloud Firestore and App Engine: You can't use both Cloud Firestore and Cloud Datastore in the same project, which might affect apps using...
Read more >
I can't use request in firebase emulator
Request function isn't working in my firebase emulator and My Firebase CLI version is 11.13. 0 that is latest version. But the screen...
Read more >
firebase/firestore
This is the Cloud Firestore component of the Firebase JS SDK. This package is not intended for direct usage, and should only be...
Read more >
Create a Firestore database by using a server client library
This quickstart shows you how to set up Firestore, add data, and read data by using the C#, Go, Java, Node.js, PHP, Python,...
Read more >
cloud_firestore | Flutter Package
Flutter plugin for Cloud Firestore, a cloud-hosted, noSQL database with live synchronization and offline support on Android and iOS.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found