Gourav
Gourav
Hi @imijanur, have your problem solved? I'm also facing the same issue.
@darshankawar tried but same issue again and again. So downgrade only firestore with `cloud_firestore: '2.5.3'` other firebase plugins are as: `firebase_core: ^1.22.0` ` firebase_messaging: '13.0.2'`
@jhewitt Have your find any solution actually, I'm also facing same issue. If found, it's helpful for everyone.
@Taym95 Please check once the issue is according to the template
Yes right...how to use retry to send otp?
This works for me ``` flutter_launcher_icons: ^0.14.2 flutter_launcher_icons: android: true ios: true remove_alpha_ios: true image_path: "assets/images/icon.png" adaptive_icon_background: "#ffffff" adaptive_icon_foreground: "assets/images/icon.png" min_sdk_android: 21 ``` Don't forget to run again `dart run...