CI/CD pipeline to automate the deployment of a react native app to firebase app distribution
${{secrets.FIREBASE_APP_ID_ANDROID}}
: This is the app ID which you can find from the firebase console under project settings
${{secrets.FIREBASE_TOKEN}}
: This is a token which you can get after configuring firebase on your local machine and then running firebase login:ci to generate the token.
Repository> Settings> Secrets> Actions> New Repository Key
Find the full article here: https://www.middlewareinventory.com/blog/github-actions-firebase-app-distribution-example-devops-junction/