Chat-App
Chat-App copied to clipboard
A Chat App With Firebase and Video Calling using WebRTC
Results
1
Chat-App issues
Sort by
recently updated
recently updated
newest added
Null pointer exception while syncing addressbook In user.dart -> setContacts() ``` Future setContacts() async { await setUpContacts(); var firestore = FirebaseFirestore.instance.collection('users'); print('2'); for (final contact in _phoneContacts) { print('3'); for...