darshankawar

Results 1045 comments of darshankawar

@rubenvereecken I tried the official plugin [repo](https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_remote_config/firebase_remote_config/example) on latest stable (2.2.0) and with below dependencies, with which the `fetchAndActivate()` worked properly: ``` firebase_core: ^1.1.0 firebase_remote_config: ^0.10.0-dev.4 ``` flutter doctor -v...

This is weird. Maybe somehow the requests are going more than once and previous request is getting cancelled by any chance, but this is just my guess. Keeping this open...

@zzterrozz Can you provide the entire error log ? Does it show something like `error Error Domain=NSURLErrorDomain Code` ? The code being returned will be helpful to debug further.

@zzterrozz I tried the official plugin [example](https://github.com/firebase/flutterfire/tree/master/packages/firebase_storage/firebase_storage/example) which uses `getDownloadUrl()` method as below: ``` body: _uploadTasks.isEmpty ? const Center(child: Text("Press the '+' button to add a new file.")) : ListView.builder(...

I am unable to replicate this issue on the device I tried, but looking at the report and error log as, it doesn't show a complete error, keeping it open...

Thanks for the report and repo. Using it and integrating apple sign-in, I see the same behavior. /cc @lesnitsky

@deepak786 Can you provide the entire crash log ? Also is there a way for you to [symbolicate](https://github.com/flutter/flutter/wiki/Crashes) the log that'll be helpful to debug further, otherwise it would be...

Reopening this issue based on above couple of comments and also per [this](https://github.com/firebase/flutterfire/issues/8850) recent issue reported to reopen this as OP of that issue intermittently facing the same error as...

@pepomps Can you provide the complete error message and log along with a minimal code sample that shows this error ? Also, is this in debug or in release mode...