compile 'com.firebaseui:firebase-ui:0.4.0'
//FirebaseUI Database only
compile 'com.firebaseui:firebase-ui-database:0.4.0'
//FirebaseUI Auth only
compile 'com.firebaseui:firebase-ui-auth:0.4.0'
When I build the project i get the errors:
Error:Module 'com.firebaseui:database:0.4.0' depends on one or more Android Libraries but is a jarError:Module 'com.firebaseui:auth:0.4.0' depends on one or more Android Libraries but is a jar
But if I comment the compile 'com.firebaseui:firebase-ui:0.4.0' line
I get the error:Error:Execution failed for task ':app:processDebugResources'.
> Error: more than one library with package name 'com.firebase.ui.auth'
so no build completion in the above two cases.
But if i comment all the lines mentioned above the project compiles and runs properly in the emulator but when the Auth Demo 'start' button is clicked it just displays a loading window.
Please note that i have added compile 'com.google.firebase:firebase-core:9.0.0' in the app/build.gradle and the 'multiDexEnabled true' in the same file to fix other errors.
Any ideas why the app is not progressing past the loading point in the emulator?Thanks!
--
You received this message because you are subscribed to a topic in the Google Groups "Firebase Google Group" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/firebase-talk/u6DW5TtzOho/unsubscribe.
To unsubscribe from this group and all its topics, send an email to firebase-tal...@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/24ef3494-48cc-4917-9926-671f4e7487af%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Glad you got it working. The chat activity uses Anonymous auth, did you enable that in the Firebase Console?
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/ec93c6de-2c56-49c5-9d47-dd719b647f2e%40googlegroups.com.