Shift to cloud Run, you can deploy them using these commands:
# Deploy without serving traffic
gcloud run deploy SERVICE --image IMAGE --no-traffic
# Assign 10% traffic to the new revision
gcloud run services update-traffic SERVICE --to-revisions LATEST=10
in firebase functions new revision takes up 100