WhatsAppClone
WhatsAppClone copied to clipboard
https://github.com/SimCoderYoutube/WhatsAppClone/blob/1c568503152d54eef5589daf7f8f757b580fe528/app/src/androidTest/java/com/simcoder/whatsappclone/ExampleInstrumentedTest.java#L18
Hello Following your [youtube](https://www.youtube.com/watch?v=988UZFB0heA&t=2571s), `mUserDB.addListenerForSingleValueEvent` doesn't fire. Tried everything including adding db Url: ``` String dbUrl = "https://xxx-xxx.europe-west1.firebasedatabase.app/"; FirebaseUser user = FirebaseAuth.getInstance().getCurrentUser(); if(user!= null){ final DatabaseReference mUserDB = FirebaseDatabase.getInstance().getReferenceFromUrl(dbUrl).child("user").child(user.getUid()); ```...
The app crashes every time I clicked the "FIND USER". any ideas why? I haven't figured it out till now. all others are working perfectly fine Any help will be...
Can you please help me in sending audio messages
Executing tasks: [clean, :app:assembleDebug] > Configure project :app Could not find google-services.json while looking in [src/nullnull/debug, src/debug/nullnull, src/nullnull, src/debug, src/nullnullDebug] registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection) FAILURE: Build failed with an...
first mistake Manifest merger failed : Attribute application@appComponentFactory value=(android.support.v4.app.CoreComponentFactory) from [com.android.support:support-compat:28.0.0] AndroidManifest.xml:22:18-91 is also present at [androidx.core:core:1.0.0] AndroidManifest.xml:22:18-86 value=(androidx.core.app.CoreComponentFactory). Suggestion: add 'tools:replace="android:appComponentFactory"' to element at AndroidManifest.xml:8:5-25:19 to override. then i...
hi thereupon running build: I am getting ERROR: Cannot change strategy of configuration ':app:debugRuntimeClasspath' after it has been resolved. your help is needed 👍 the error is from whatsapp clone...