-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flutterfire web support (Unify Flutterfire and firebase-dart API) #40
Comments
A couple of other packages that are worth mentioning for inspiration: https://github.com/appsup-dart/firebase_dart |
And of course. https://github.com/fluttercommunity/firebase_flutter_sdk |
Regarding unifying: it would be also great to officially support Dart in Firebase Cloud Functions similarly to: firebase_functions_interop |
Since the native SDKs have the support of documentation should we have both firebase-dart and FlutterFire stay as close to the native SDK APIs as possible? |
Flutter web + this = <3 It would be a true enabler for developers and a super powerful Cross platform full stack development tool |
With Flutter desktop it could be really mind blowing to have the same code for mobile, desktop and web. |
I will copy here current output what happens if you are trying to use these plugins with web (just for others to find this ticket more easily). I assume this issue is addressing web as well. Flutter 1.10.11-pre.7 • channel master • https://github.com/flutter/flutter.git
|
Hi, |
Marking this as resolved since we now have four web-enabled FlutterFire packages. Please follow the FlutterFire README and Flutter Web Plugins board for the latest status on web support. Huge thanks to @amrfarid140 @ditman @hterkelsen for making this possible. |
Right now the Flutterfire and firebase-dart packages have a similar but not quite identical Dart API for Firebase. Unifying these implementations around a common API package could enable re-use of code across web and mobile.
The text was updated successfully, but these errors were encountered: