firebase_dart icon indicating copy to clipboard operation
firebase_dart copied to clipboard

A pure Dart implementation of the Firebase client

Results 17 firebase_dart issues
Sort by recently updated
recently updated
newest added

It would be good if the makers of this were to do a video or something. The sample is not working. I find this not usable. I _can_ get **firedart**...

Hello, Do you plan to implement some missing functionnalities of Firebase Auth? I'm especially in need of these two: ``` FirebaseAuth.setLanguageCode User.reauthenticateWithCredential ``` Thanks a lot for your amazing work!

enhancement

Hi thank you for your package, I just wander if you going to firestore support in this package any time soon, Thank you.

enhancement

Hi, i use your plug in and i found some problem how to upload file using putData like image and etc. Thanks you,

When I try to instantiate the storage with a custom bucket a object not found error occurs when trying to upload or receive metadata, etc. ``` var storage = FirebaseStorage.instanceFor(...

![WhatsApp Image 2022-01-30 at 23 40 20](https://user-images.githubusercontent.com/49057380/151717028-563ef993-71c7-40d2-88ca-946ee5cdeaba.jpeg) ![WhatsApp Image 2022-01-30 at 23 37 48](https://user-images.githubusercontent.com/49057380/151717033-48147ec3-39c8-4857-8289-980628a32f67.jpeg) Sometimes i get these errors while uploading data to firebase storage. However when i put UploadTask...

Hi, I am attempting to re-authenticate a user using the `reauthenticateWithCredential(AuthCredential credential)` method. While the method operates correctly, it fails in the method: https://github.com/appsup-dart/firebase_dart/blob/f85c6b345c1ca568c93a2a80b1ccccc4f1a51b27/packages/firebase_dart/lib/src/implementation/isolate/util.dart#L104 when attempting to return a result...

Hi, I'm using this for an app that will predominantly run on a desktop (not mobile). My files are stored in the default bucket, in a folder named `audio` at...

Please add cloud firestore

enhancement