mianasadali1 / ChatsApp

Chats App Youtube Tutorial
90 stars 98 forks source link

Crash of app #15

Open Patilpraveem08 opened 2 years ago

Patilpraveem08 commented 2 years ago

App is crashing after profile set activity. Please suggest any suggestions.

cartdela8 commented 2 years ago

Did you got any solution...????!

Patilpraveem08 commented 2 years ago

Yes πŸ‘

On Fri, Jul 15, 2022, 2:02 PM cartdela8 @.***> wrote:

Did you got any solution...????!

β€” Reply to this email directly, view it on GitHub https://github.com/mianasadali1/ChatsApp/issues/15#issuecomment-1185310841, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZVMC7ZUW2TZYHWBDW6RAOTVUEO2VANCNFSM5ZATVPEA . You are receiving this because you authored the thread.Message ID: @.***>

cartdela8 commented 2 years ago

Please let me know... How I can fix it...?? PleaseπŸ₯Ί

Patilpraveem08 commented 2 years ago

Which issue are you referring to?

On Fri, Jul 15, 2022, 2:25 PM cartdela8 @.***> wrote:

Please let me know... How I can fix it...?? PleaseπŸ₯Ί

β€” Reply to this email directly, view it on GitHub https://github.com/mianasadali1/ChatsApp/issues/15#issuecomment-1185330241, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZVMC77QP2PIGENJMUNWXTTVUERPXANCNFSM5ZATVPEA . You are receiving this because you authored the thread.Message ID: @.***>

cartdela8 commented 2 years ago

The issue is: (App is Getting Crashed After Profile is Completed)

Please help me... if you know how to fix it :)

Patilpraveem08 commented 2 years ago

Have you completed video 3 of Mian speaks

On Fri, Jul 15, 2022, 5:16 PM cartdela8 @.***> wrote:

The issue is: (App is Getting Crashed After Profile is Completed)

Please help me... if you know how to fix it :)

β€” Reply to this email directly, view it on GitHub https://github.com/mianasadali1/ChatsApp/issues/15#issuecomment-1185466183, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZVMC74AKAAM6GEFDHLH4ADVUFFSDANCNFSM5ZATVPEA . You are receiving this because you authored the thread.Message ID: @.***>

Patilpraveem08 commented 2 years ago

If you completed the third video. Did you receive opt once you enter the number and send the OTP options. Then you clear all the data from your firebase account. Including user list ,real-time data base and storage in firebase.

On Fri, Jul 15, 2022, 5:18 PM Praveen Patil @.***> wrote:

Have you completed video 3 of Mian speaks

On Fri, Jul 15, 2022, 5:16 PM cartdela8 @.***> wrote:

The issue is: (App is Getting Crashed After Profile is Completed)

Please help me... if you know how to fix it :)

β€” Reply to this email directly, view it on GitHub https://github.com/mianasadali1/ChatsApp/issues/15#issuecomment-1185466183, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZVMC74AKAAM6GEFDHLH4ADVUFFSDANCNFSM5ZATVPEA . You are receiving this because you authored the thread.Message ID: @.***>

cartdela8 commented 2 years ago

otp option is working fine... but after otp option, when i update profile and then click on submit button then the app is getting crashed :)

Patilpraveem08 commented 2 years ago

Ok then clear all the data from the firebase data base and uninstall your app on the device and reinstall it . Then it will work fine.

On Fri, Jul 15, 2022, 5:26 PM cartdela8 @.***> wrote:

otp option is working fine... but after otp option, when i update profile and then click on submit button then the app is getting crashed :)

β€” Reply to this email directly, view it on GitHub https://github.com/mianasadali1/ChatsApp/issues/15#issuecomment-1185472991, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZVMC753VAXBTVSTRLMQ6YTVUFGX7ANCNFSM5ZATVPEA . You are receiving this because you authored the thread.Message ID: @.***>

cartdela8 commented 2 years ago

ok.. :) hope it will work for me :)

Patilpraveem08 commented 2 years ago

Is it working fine now

On Fri, Jul 15, 2022, 5:51 PM cartdela8 @.***> wrote:

ok.. :) hope it will work for me :)

β€” Reply to this email directly, view it on GitHub https://github.com/mianasadali1/ChatsApp/issues/15#issuecomment-1185491871, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZVMC77ZSTNDZJINSX4VB4TVUFJWDANCNFSM5ZATVPEA . You are receiving this because you authored the thread.Message ID: @.***>

cartdela8 commented 2 years ago

Unfortunately..! its not working :)

Same issue... :(

after click on setup profile button, it's getting crashed. App not opening :)

cartdela8 commented 2 years ago

Here is the dependencies list:

`dependencies {

implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'com.google.android.material:material:1.2.1'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
testImplementation 'junit:junit:4.+'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'

implementation 'com.github.mukeshsolanki:android-otpview-pinview:2.1.2'

implementation platform('com.google.firebase:firebase-bom:28.3.1')
implementation 'com.google.firebase:firebase-analytics'
implementation 'com.google.firebase:firebase-auth'
implementation 'com.google.firebase:firebase-database'
implementation 'com.google.firebase:firebase-storage'
implementation 'com.google.firebase:firebase-messaging'
implementation 'com.google.firebase:firebase-config'
implementation 'de.hdodenhof:circleimageview:3.1.0'
implementation 'com.github.bumptech.glide:glide:4.11.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'
implementation "com.github.pgreze:android-reactions:1.3"
implementation 'com.devlomi:circularstatusview:1.0.1'
implementation 'com.github.OMARIHAMZA:StoryView:1.0.2-alpha'
implementation 'com.github.sharish:ShimmerRecyclerView:v1.3'

implementation 'com.android.volley:volley:1.2.0'

}`

Patilpraveem08 commented 2 years ago

We also got the same issue but once we cleared all the data from the firebase including authentication, real-time data base and storage. Then we uninstalled the app in all devices and reinstalled it the it was working fine.

On Fri, Jul 15, 2022, 6:26 PM cartdela8 @.***> wrote:

Unfortunately..! its not working :)

Same issue... :(

after click on setup profile button, it's getting crashed. App not opening :)

β€” Reply to this email directly, view it on GitHub https://github.com/mianasadali1/ChatsApp/issues/15#issuecomment-1185518780, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZVMC77JGHJ4XA27U2FQHVLVUFNXHANCNFSM5ZATVPEA . You are receiving this because you authored the thread.Message ID: @.***>

Patilpraveem08 commented 2 years ago

Same dependecies.

On Fri, Jul 15, 2022, 6:38 PM Praveen Patil @.***> wrote:

We also got the same issue but once we cleared all the data from the firebase including authentication, real-time data base and storage. Then we uninstalled the app in all devices and reinstalled it the it was working fine.

On Fri, Jul 15, 2022, 6:26 PM cartdela8 @.***> wrote:

Unfortunately..! its not working :)

Same issue... :(

after click on setup profile button, it's getting crashed. App not opening :)

β€” Reply to this email directly, view it on GitHub https://github.com/mianasadali1/ChatsApp/issues/15#issuecomment-1185518780, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZVMC77JGHJ4XA27U2FQHVLVUFNXHANCNFSM5ZATVPEA . You are receiving this because you authored the thread.Message ID: @.***>

cartdela8 commented 2 years ago

I think i should delete the firebase project and again create another firebase project then try to connect that firbase project with the app ..!!

Let me try this above steps, if it's work then i will update you :)

cartdela8 commented 2 years ago

Still Not working... maybe have some coding issue.. :)

Patilpraveem08 commented 2 years ago

https://drive.google.com/file/d/1STbuQvgqjQJyMgPgHRruJwFPCkFrGcyJ/view?usp=drivesdk

This is our app link it's working fine.

On Fri, Jul 15, 2022, 7:36 PM cartdela8 @.***> wrote:

Still Not working... maybe have some coding issue.. :)

β€” Reply to this email directly, view it on GitHub https://github.com/mianasadali1/ChatsApp/issues/15#issuecomment-1185581723, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZVMC76BZWH532VQSO4XZ5TVUFV7BANCNFSM5ZATVPEA . You are receiving this because you authored the thread.Message ID: @.***>

cartdela8 commented 2 years ago

If you don't mind.. then can you please send your source code at: cartdela8@gmail.com πŸ™‚

Patilpraveem08 commented 2 years ago

I will send it tomorrow. Is it ok.

On Fri, Jul 15, 2022, 7:52 PM cartdela8 @.***> wrote:

If you don't mind.. then can you please send your source code at: @.*** πŸ™‚

β€” Reply to this email directly, view it on GitHub https://github.com/mianasadali1/ChatsApp/issues/15#issuecomment-1185596446, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZVMC7ZVP7PVQWAJEZ5FLILVUFX3NANCNFSM5ZATVPEA . You are receiving this because you authored the thread.Message ID: @.***>

cartdela8 commented 2 years ago

No problem...! I will be very happy if you send it today or tomorrow.... I just need your working source code ..

You can send it anytime :)

Thank you so much...πŸ™‚πŸ–€