Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/firebase/fastlane-plugin-firebase_app_distribution
fastlane plugin for Firebase App Distribution. https://firebase.google.com/docs/app-distribution
https://github.com/firebase/fastlane-plugin-firebase_app_distribution
fastlane fastlane-plugin firebase firebase-app-distribution
Last synced: 3 days ago
JSON representation
fastlane plugin for Firebase App Distribution. https://firebase.google.com/docs/app-distribution
- Host: GitHub
- URL: https://github.com/firebase/fastlane-plugin-firebase_app_distribution
- Owner: firebase
- License: mit
- Created: 2019-09-06T20:51:49.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-30T21:05:52.000Z (6 months ago)
- Last Synced: 2024-10-29T14:57:41.648Z (5 days ago)
- Topics: fastlane, fastlane-plugin, firebase, firebase-app-distribution
- Language: Ruby
- Size: 378 KB
- Stars: 168
- Watchers: 44
- Forks: 27
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ![Firebase App Distribution](fad-icon.png) Firebase App Distribution
[![fastlane Plugin Badge](https://rawcdn.githack.com/fastlane/fastlane/master/fastlane/assets/plugin-badge.svg)](https://rubygems.org/gems/fastlane-plugin-firebase_app_distribution)
Firebase App Distribution makes distributing your apps to trusted testers painless. By getting your apps onto testers' devices quickly, you can get feedback early and often. To learn more about Firebase App Distribution, go [here](https://firebase.google.com/docs/app-distribution).
## Getting Started
- [iOS](https://firebase.google.com/docs/app-distribution/ios/distribute-fastlane)
- [Android](https://firebase.google.com/docs/app-distribution/android/distribute-fastlane)## Run tests for this plugin
To run both the tests, and code style validation, run
```
rake
```To automatically fix many of the styling issues, use
```
rubocop -a
```## Issues and Feedback
For any other issues and feedback about this plugin, please submit it to this repository.
## Troubleshooting
If you have trouble using plugins, check out the [Plugins Troubleshooting](https://docs.fastlane.tools/plugins/plugins-troubleshooting/) guide.
## Using _fastlane_ Plugins
For more information about how the `fastlane` plugin system works, check out the [Plugins documentation](https://docs.fastlane.tools/plugins/create-plugin/).
## About _fastlane_
_fastlane_ is the easiest way to automate beta deployments and releases for your iOS and Android apps. To learn more, check out [fastlane.tools](https://fastlane.tools).