Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ci): migrate to firebase service account #562

Merged
merged 1 commit into from
Dec 17, 2023

Conversation

marfavi
Copy link
Member

@marfavi marfavi commented Dec 9, 2023

Closes #549

Replaced the deprecated FIREBASE_TOKEN with FIREBASE_SERVICE_ACCOUNT_JSON in the release-dev workflow to follow updated Firebase Distribution requirements. This change aligns with best practices and prepares for future Firebase Action updates.

Also streamlined the README documentation for GitHub Actions secrets by reformatting the table into a list with improved headings. This enhances readability, especially when editing the file, as whitespace are now removed.

Replaced the deprecated `FIREBASE_TOKEN` with `FIREBASE_SERVICE_ACCOUNT_JSON` in the release-dev workflow to follow updated Firebase Distribution requirements. This change aligns with best practices and prepares for future Firebase Action updates.

Also streamlined the README documentation for GitHub Actions secrets by reformatting the table into a list with improved headings. This enhances readability, especially when editing the file, as whitespace are now removed.
@marfavi marfavi enabled auto-merge (squash) December 9, 2023 13:16
@ghost
Copy link

ghost commented Dec 9, 2023

👇 Click on the image for a new way to code review

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map legend

Copy link

codecov bot commented Dec 9, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ed05b24) 72.36% compared to head (7b9dc34) 72.36%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #562   +/-   ##
=======================================
  Coverage   72.36%   72.36%           
=======================================
  Files         133      133           
  Lines        1603     1603           
=======================================
  Hits         1160     1160           
  Misses        443      443           
Flag Coverage Δ
unittests 72.36% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@marfavi marfavi requested a review from jonasanker December 13, 2023 11:41
@marfavi marfavi merged commit 8c361ad into main Dec 17, 2023
10 checks passed
@marfavi marfavi deleted the firebase-service-account branch December 17, 2023 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use ServiceCredentialsFileContent for Firebase Distribution
2 participants