Skip to content

Instantly share code, notes, and snippets.

@Namyalg
Last active June 17, 2021 18:38
Show Gist options
  • Save Namyalg/83fe23981decb87869168274cee159c0 to your computer and use it in GitHub Desktop.
Save Namyalg/83fe23981decb87869168274cee159c0 to your computer and use it in GitHub Desktop.

To upgrade pip

pip3 install --upgrade pip

Upgrade setuptools

python3 -m pip install --upgrade setuptools

Install grpcio

pip3 install --no-cache-dir --force-reinstall -Iv grpcio==1.12.0

Finally install firebase_admin

pip3 install firebase_admin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment