firebase-admin-node icon indicating copy to clipboard operation
firebase-admin-node copied to clipboard

Compatibility Issue with Non-Default Database in Admin Package Due to @google-cloud/firestore Version

Open erlichmen opened this issue 2 years ago • 1 comments

The admin package's dependency on @google-cloud/firestore is currently specified as ^6.6.0. However, there appears to be a compatibility issue with non-default databases when using any version below 6.7. This conflict arises despite documentation indicating support for these database configurations.

Update the required version of @google-cloud/firestore in the admin package to ^6.7.0 to ensure compatibility with non-default databases.

erlichmen avatar Nov 14 '23 15:11 erlichmen

I found a few problems with this issue:

  • I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.
  • This issue does not seem to follow the issue template. Make sure you provide all the required information.

google-oss-bot avatar Nov 14 '23 15:11 google-oss-bot