[Firestore] Cannot use Firestore ^4.0.0
See original GitHub issueFirestore 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:
- Created 3 years ago
- Reactions:3
- Comments:8 (5 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@hiranya911 we are currently using
^8.10.0
as the semver string infirebase init
, and we will be defaulting to Node 10 beginning tomorrow. I’m comfortable withfirebase-admin
immediately dropping Node 8 support so long as it’s done in a major version.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.