You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We don't currently have support for the v1 namespace (mostly because I've never used it). Do you know what major differences between the current firestore admin and the v1 are?
I added a function for backing up Firestore database, and now all my tests that use
firestore-jest-mock
fail due to this error:The function uses
admin.firestore.v1.FirestoreAdminClient
type, which doesn't seem to exist infirestore-jest-mock
. Any ideas how to fix this?The text was updated successfully, but these errors were encountered: