firebase-tools icon indicating copy to clipboard operation
firebase-tools copied to clipboard

Python Admin SDK Fixes

Open jack-michaud opened this issue 2 years ago • 0 comments

Description

Makes a few backwards compatible changes to support the Python Firebase Admin SDK.

  • fix: support multipart upload boundaryId with quotes
  • fix: support lower-case content type
  • fix: add secondary path for deleting blob
  • fix: add tertiary path for getting blob

Scenarios Tested

https://github.com/googleapis/python-storage/issues/752#issuecomment-1093368185

Sample Commands

Use @qhaas's test script to test the changes. https://github.com/googleapis/python-storage/issues/752#issue-1190969361

Relies on changes in https://github.com/googleapis/python-storage/pull/761 to work properly.

jack-michaud avatar Apr 08 '22 21:04 jack-michaud