firebase_dart
firebase_dart copied to clipboard
A pure Dart implementation of the Firebase client
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!
Hi thank you for your package, I just wander if you going to firestore support in this package any time soon, Thank you.
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(...
  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...
Fixes linter warnings.
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...