FlutterFire/firebase-dart abstraction #869
Labels
impact: crowd
Affects many people, though not necessarily a specific customer with an assigned label. (P2)
type: enhancement
New feature or request
It would be great if FlutterFire could collaborate with firebase-dart to agree upon common interfaces, in which both packages implement.
I'm working on a project where I am building a web app and a flutter app, and I am trying to abstract the common business logic into another library for both apps to consume. As it stands right now I have to implement a lot of things twice, once for web and once for flutter, and the logic is almost the exact same each time.
See the companion issue at firebase-dart
The text was updated successfully, but these errors were encountered: