Skip to content

Instantly share code, notes, and snippets.

View SDS712's full-sized avatar
🏠
Working from home

Shamuvel Shinde SDS712

🏠
Working from home
  • Pune,Maharshtra
View GitHub Profile
# FCI_BUILD_DIR is a predefined environment variable pointing to the root of the Flutter project
cd $FCI_BUILD_DIR
# Write the environment variable in base64 into a JSON file
echo $GCLOUD_KEY_FILE | base64 --decode > ./gcloud_key_file.json
# Using the gcloud CLI (preinstalled on Codemagic) authenticate using the service account key
gcloud auth activate-service-account --key-file=gcloud_key_file.json
# Select YOUR Firebase project through which want to run the tests