No commit activity in last 3 years
No release in over 3 years
Helper plugin which will allow to find Firebase App ID from GoogleService-Info.plist [iOS] or google-services.json [Android].
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

 Project Readme

find_firebase_app_id plugin

fastlane Plugin Badge

Getting Started

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

About 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.

Example

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.

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

Troubleshooting

If you have trouble using plugins, check out the Plugins Troubleshooting guide.

Using fastlane Plugins

For more information about how the fastlane plugin system works, check out the Plugins documentation.

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.

Author

Tigran Hambardzumyan, tigran@stdevmail.com

Support

Feel free to open issuses with any suggestions, bug reports, feature requests, questions.

Let us know!

We’d be really happy if you sent us links to your projects where you use our component. Just send an email to developer@stdevmail.com and do let us know if you have any questions or suggestion.

License

The plugin is available under the MIT license. See the LICENSE file for more info.