-
Notifications
You must be signed in to change notification settings - Fork 449
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor: Migrate to fastlane for android & ios firebase app distribu…
…tion (#1824) 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.
- Loading branch information
Showing
9 changed files
with
43 additions
and
311 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.