Skip to content

Files

Latest commit

 

History

History
18 lines (11 loc) · 753 Bytes

File metadata and controls

18 lines (11 loc) · 753 Bytes

React-Native-Firebase-deployment

CI/CD pipeline to automate the deployment of a react native app to firebase app distribution

Requisites

Firebase tokens

${{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.

Store these two tokens seperately under your GitHub Secrets

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/