You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The deploy to Firebase workflow uses Firebase-Distribution-Github-Action (which is using the Firebase Token) to deploy the build to Firebase Distribution Console.
Firebase CLI Tools announced the depreciation of token authentication in favor of Service Account (source). This causes the action not to work properly anymore. We need to follow this migration guide to migrate this action to use Service Account instead of Firebase Token.
As this is a template, we might not need to actually create a Service Account for this migration, however, we should provide a doc (in README or wiki) to remind the developer to create the necessary Service Account to enable that workflow.
Who Benefits?
Developers
The text was updated successfully, but these errors were encountered:
Why
The deploy to Firebase workflow uses Firebase-Distribution-Github-Action (which is using the
Firebase Token
) to deploy the build to Firebase Distribution Console.android-templates/.cicdtemplate/.github/workflows/deploy_staging_and_production_to_firebase_app_distribution.yml
Lines 73 to 79 in 53d318c
Firebase CLI Tools announced the depreciation of token authentication in favor of Service Account (source). This causes the action not to work properly anymore. We need to follow this migration guide to migrate this action to use Service Account instead of Firebase Token.
As this is a template, we might not need to actually create a Service Account for this migration, however, we should provide a doc (in README or wiki) to remind the developer to create the necessary Service Account to enable that workflow.
Who Benefits?
Developers
The text was updated successfully, but these errors were encountered: