This project is a fastlane plugin. To get started with fastlane-plugin-find_firebase_app_id
, add it to your project by running:
fastlane add_plugin find_firebase_app_id
Based on platform (ios or android) the plugin will search and find Firebase App ID from the GoogleService-Info.plist [iOS] or google-services.json [Android] files.
This plugin can be used when you are using same lane for distributing more than one apps. In this case the Firebase App IDs are not static and you require to find it from firebase configuration file to pass value to firebase_app_distribution
plugin.
Note to Android: For Android platform it is required to provide app_identifier
.
Check out the example Fastfile
to see how to use this plugin. Try it by cloning the repo, running
bundle exec fastlane install_plugins
and
bundle exec fastlane ios test
for iOS platform
bundle exec fastlane android test
for Android.
To run both the tests, and code style validation, run
rake
To automatically fix many of the styling issues, use
rubocop -a
If you have trouble using plugins, check out the Plugins Troubleshooting guide.
For more information about how the fastlane
plugin system works, check out the Plugins documentation.
fastlane is the easiest way to automate beta deployments and releases for your iOS and Android apps. To learn more, check out fastlane.tools.
Tigran Hambardzumyan, [email protected]
Feel free to open issuses with any suggestions, bug reports, feature requests, questions.
We’d be really happy if you sent us links to your projects where you use our component. Just send an email to [email protected] and do let us know if you have any questions or suggestion.
The plugin is available under the MIT license. See the LICENSE file for more info.