appsup-dart / firebase_dart

A pure Dart implementation of the Firebase client
Other
91 stars 30 forks source link

any better documentation and samples? #30

Open bksubhuti opened 2 years ago

bksubhuti commented 2 years ago

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 to work, but I guess this package has better support and is a newer and current fork.

On your package... I'm able to setup and initialize but cannot do much else. Errors flow on sign in and when i comment out the user stuff errors flow when I ask for storage.

I assumed the file to initialize was a google-services.json, but that did not load from assets, so I manually added my options locally in code. That worked.. but cannot do anything else.

I should note that I'm using flutter 2.10.5 because of another project requires a downgrade.