Conversation
There was a problem hiding this comment.
Just today I ran into some problems regarding the mismatch of my functions project which uses firebase-admin and fireway which uses @google-cloud/firestore. This resulted in errors regarding the mismatch of types between the packages.
I figured that if fireway was based on firebase-admin it would solve my problems. Came here to see if someone else already did something like this, thanks!
+1 for this PR
What is the main difference between these two packages?
|
It looks that @kevlened is busy and does not have much time to support this awesome project. So, I've made a lot of changes and improvements and published the new version at @dev-aces/fireway. |
@google-cloud/firestoredependency. Starting fromfirebase-adminv10 it is possible to importFieldValue,FieldPathdirectly from the package.firebase-adminimport to modular style (const { initializeApp } = require('firebase-admin/app')).firebase-admintopeerDependencies.firebase-adminto v11.@firebase/rules-unit-testingand the relative code for testing.firebase-toolsdev dependency.