{ FirebaseAnalytics } from ‘@ionic-native/firebase-analytics/ngx’
Use this package because most of the time ionic 4 needs to be the package that ends with ngx .
i’ve tried to use the plugins but i got an error like this.
Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForRelease'.
> com.android.builder.dexing.DexArchiveMergerException: Error while merging dex archives:
Learn how to resolve the issue at https://developer.android.com/studio/build/dependencies#duplicate_classes.
Program type already present: android.support.v4.os.ResultReceiver$MyResultReceiver
Your suggestion works like a charm. but i have a question tho, for authentication FirebaseX only support verifyPhoneNumber if i’m not mistaken. what is your suggestion for the other firebase Authentication methods ?