Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In App messaging won't compile with Cloud Firestore #608

Closed
the-dagger opened this issue Aug 22, 2018 · 4 comments
Closed

In App messaging won't compile with Cloud Firestore #608

the-dagger opened this issue Aug 22, 2018 · 4 comments

Comments

@the-dagger
Copy link
Contributor

the-dagger commented Aug 22, 2018

  • Android device: Pixel 2 XL
  • Android OS version: 9.0
  • Google Play Services version: 4.0.0
  • Firebase/Play Services SDK version: 17.1.0

Describe the problem:

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

Steps to reproduce:

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'

Expected Results:

The project should build as expected.

Additional info:

Firebase Plugin version : 1.1.5

@samtstern
Copy link
Contributor

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

@the-dagger
Copy link
Contributor Author

the-dagger commented Aug 22, 2018

Got it, thanks for the heads up!
I'll close this then since it's already being worked on.👍

@samtstern
Copy link
Contributor

17.0.1 has been released and should solve this!

@the-dagger
Copy link
Contributor Author

the-dagger commented Aug 23, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants