Closed
Description
I'm using firebase_admin
in a project which has other services that interact with Google APIs. I would like to upgrade google-api-core
to version 2, however, we are blocked by the requirement that firebase_admin
use google-api-core[grpc] >= 1.22.1, < 2.0.0dev
. and would like to change that to < 3.0.0dev
.
Locally, I've run the test suite against google-api-core[grpc]==2.0.1
and all of the tests passed. Does this collide with other planned work? I can open a PR on this.