On adding the In-App dependency with Cloud Firestore, the project doesn't build with the following error :
Error: Program type already present: com.google.a.a.a.a.zza
Add the dependencies for Cloud Firestore and In-App Messaging.
implementation 'com.google.firebase:firebase-inappmessaging-display:17.0.0'
implementation 'com.google.firebase:firebase-firestore:17.1.0'
The project should build as expected.
Firebase Plugin version : 1.1.5
@the-dagger yeah this is a known issue :-/ we're working on it! Nothing you can do besides downgrading Firestore (which may work by luck) or waiting for our next patch release.
Got it, thanks for the heads up!
I'll close this then since it's already being worked on.👍
17.0.1 has been released and should solve this!
Awesome!
On Fri, Aug 24, 2018 at 12:56 AM, Sam Stern notifications@github.com
wrote:
17.0.1 has been released and should solve this!
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
https://mailtrack.io/trace/link/1a73db27c4deaf5d9bc8b413bc7a28f3d21bcb57?url=https%3A%2F%2Fgithub.com%2Ffirebase%2Fquickstart-android%2Fissues%2F608%23issuecomment-415541048&userId=531655&signature=c5fb4129cf325830,
or mute the thread
https://mailtrack.io/trace/link/4877337b24d83bcdddcdb8369c83b65013d3e24c?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAGQtljyk-L4OaSlEMJbZ8GMYG36zvo6Qks5uTwHTgaJpZM4WIBbC&userId=531655&signature=bea891ef633d8c8e
.
Most helpful comment
@the-dagger yeah this is a known issue :-/ we're working on it! Nothing you can do besides downgrading Firestore (which may work by luck) or waiting for our next patch release.