Skip to content

Workflow to automate deployment of react native app using Github actions to Firebase app distribution

Notifications You must be signed in to change notification settings

vishnus17/React-Native-Firebase-deployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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/

About

Workflow to automate deployment of react native app using Github actions to Firebase app distribution

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published