The installation was failing on a mac, due to firebase-admin requiring grpcio v 1.27, but this version doesn't compile on Big Sur:
https://github.com/grpc/grpc/issues/24677
Updating firebase-admin bumps the grpcio version as well and now installing on a mac works
@cducrest - can you test if you can install the deps on your machine.
The installation was failing on a mac, due to firebase-admin requiring grpcio v 1.27, but this version doesn't compile on Big Sur: https://github.com/grpc/grpc/issues/24677
Updating firebase-admin bumps the grpcio version as well and now installing on a mac works
@cducrest - can you test if you can install the deps on your machine.