Skip to content

Commit

Permalink
chore: Workflow documentation (#1825)
Browse files Browse the repository at this point in the history
* Refactor: Migrate to fastlane for android & ios firebase app distribution

This commit migrates the Android and iOS Firebase app distribution process to use Fastlane.

- Removed the custom Gradle task for Firebase app distribution.
- Removed the firebase appdistribution plugin from the project.
- Implemented `android deploy_on_firebase` Fastlane lane for Android Firebase app distribution.
- Implemented `ios deploy_on_firebase` Fastlane lane for iOS Firebase app distribution.
- Updated the internal release workflow to trigger the Fastlane lanes.
- Updated documentation to reflect the changes.
- Updated the weekly schedule workflow to trigger the new workflow for internal release.

* Added Documentation & Comments
  • Loading branch information
niyajali authored Nov 29, 2024
1 parent 5e10079 commit 37017fc
Show file tree
Hide file tree
Showing 6 changed files with 238 additions and 45 deletions.
Loading

0 comments on commit 37017fc

Please sign in to comment.