FirebaseExtended / fastlane-plugin-firebase_test_lab

Test your app with Firebase Test Lab with ease using fastlane
https://fastlane.tools
MIT License
74 stars 37 forks source link

Add Google credential helper #5

Closed powerivq closed 6 years ago

powerivq commented 6 years ago

I want to:

Pass an instance of this credential class, and those who own this object would be able to obtain a Google auth object by supplying its own distinct SCOPES.

powerivq commented 6 years ago

@taquitos Omg that if/else is set the opposite way it should be. As to attr_reader, I don't need to access the field outside of the class, so no attr_reader will be necessary here?

powerivq commented 6 years ago

@taquitos yeah that's a typo.

powerivq commented 6 years ago

@taquitos @nakhbari Updated, can you do another round of look?