-
run
sudo pip3 install grpcio -i https://www.piwheels.hostedpi.com/simple- This will download a prebuilt version of grpcio for Pi's (and bypassed the error i had) -
create a
requirements.txtfile and paste this into that txt file:grpcio>=1.18.0 -
run
sudo pip3 install firebase-admin -r requirements.txt
If you're having issues try sudo pip3 install firebase-admin -i https://www.piwheels.hostedpi.com/simple aswell