Quickstart-android: In App messaging won't compile with Cloud Firestore

Created on 22 Aug 2018  ·  4Comments  ·  Source: firebase/quickstart-android

  • 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

firestore inappmessaging bug

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.

All 4 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Awais914 picture Awais914  ·  6Comments

fisache picture fisache  ·  4Comments

DenLangeKilde picture DenLangeKilde  ·  5Comments

rahuldevanavar91 picture rahuldevanavar91  ·  5Comments

rosariopfernandes picture rosariopfernandes  ·  6Comments