firebase_dart_sdk icon indicating copy to clipboard operation
firebase_dart_sdk copied to clipboard

Make a widget for passing firebase options

Open rrousselGit opened this issue 7 years ago • 1 comments

From the example it seems we have to use a custom runFirebaseApp to specify firebase options.

But this goes against the "Everything is a widget" rule Flutter uses.

We most likely can move the custom logic to a Widget.

rrousselGit avatar Oct 19 '18 13:10 rrousselGit

As a side note, Flutter already has similar behavior.

We get things like ScrollConfiguration, or the whole Localization thing (which can load from http too).

rrousselGit avatar Oct 19 '18 14:10 rrousselGit