haleem13

Results 5 issues of haleem13

Can anyone please help me to Add field in array???? ` Firestore.instance .collection('YourCollection') .document('YourDocument') .updateData({'array':FieldValue.arrayUnion(['data1','data2','data3'])});`

Hi there, could you please tell me how you generated the keys.dart files, as it say keys.dart file was auto generated. Could you please tell me to generate Keys.dart file???

Hi after getting Video Url from webview, I get this error. the Video which I get from webview is correct. Playback error E/ExoPlayerImplInternal(16061): com.google.android.exoplayer2.ExoPlaybackException: Source error E/ExoPlayerImplInternal(16061): at com.google.android.exoplayer2.ExoPlayerImplInternal.handleIoException(ExoPlayerImplInternal.java:632) E/ExoPlayerImplInternal(16061):...

The notification doesn't appear when the app is closed or terminated. but it receives the notifications properly when the app is in background or the app is open. can you...