Alberto Penas Amor

Results 3 comments of Alberto Penas Amor

I aggre, i am having trouble with firebase-core library in android env.

You can read this blog post: https://brock.io/post/repeatable_android_builds/ to understand how dependencies work in android. When you put a 'compile dependency.+' with plus operator you can break developers builds, because it...

Thanks for your answer. A solution is to have different versions of the library with fixed mappings to firebase-core libraries. Google has a similar solution in his firebase-UI repo for...