-
Notifications
You must be signed in to change notification settings - Fork 27.6k
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
[firebase_database] Add web support to plugin #48542
Comments
can you please elaborate the issue? |
@ayushs136 check the "Flutter Web Plugins" project for more details. |
I have started the process to introduce the support. Is there any guideline or blog post to outline the exact steps that I need to follow @ditman |
@awazgyawali Thanks!! I don't think there's anything written right now, but the rough steps are:
You can refer to:
|
@awazgyawali a new article about how to write plugins with federation has been published by @hterkelsen just now! You can read it here: Let us know if you need some help to continue with the federation work you've started! |
Hi @ditman. Thanks for updating this thread with the article. A month back I started the work and have done about 60% of the task but I was not able to make simple decisions as there was no guidelines to continue. As there is a blog now, ill come back to the work I left and try to finish it. I will let you know if I have any questions to make. |
@awazgyawali thanks!! Also please do check out the other plugins that have been already migrated to web. cloud_firestore had many changes in the last month that might serve as inspiration! |
It would be nice if you guys can share the progress of the work :). Thank you for your effort! |
is there any updates about web plugin for firebase_database ? |
Hi guys. I just want to add to some other requests about Firebase RealTime for the Web.... That it would be nice to know the progress... or some kinda way to track the on going updates that you guys are working on. thanks for all the great work! |
Hi @ditman Can you check this comment. firebase/flutterfire#1835 (comment) |
@awazgyawali apologies, I missed that notification! Thanks for the effort, I've commented in the PR with next steps. Ping me if I didn't make sense. |
Hi, what sort of timeframe are you expecting to complete this by? A month, end of the year, next year? Thanks! |
My priorities shifted slightly to other plugins and the web engine for the last few months, and haven't had time to look into firebase_database. However, it's not forgotten! See, for example: firebase/flutterfire#2852 (comment) It'll happen! |
@ditman @Salakar ... thanks for hearing our plea! ;-) |
waiting for web support..... |
Hey guys, trying to plan our business priorities for the next year, and many are predicated on moving some key apps to the web. Currently this plugin is the only blocker to that plan, so it's making it very hard to know whether we should invest in a React offering, move to another Firebase plugin, or wait in hope. Any rough guidance on dates would be very much appreciated. |
Agree with the comment above. This is our only blocker from releasing a web app. I really appreciate all the work that people put into these plugins, but its a little disheartening this has been dropped. I would be happy to donate to get it moving. I sense there is a lot of demand and others willing to do the same. Thanks |
@jameslester2004 ... the real disheartening part is that the professionals who guide our development believe in a fallacy that, "The Realtime Firebase Db is of least importance" . Whats also disheartening is that we dont have a single shred of information of whats the real status. Im quite taken aback by the way it has been handled. Especially from the choice of it being relegated to the least bit of importance... to ... a delayed time line.... to... pausing it due to null safety for other packages... etc etc. |
I was the author of this PR, which was trying to bring the web support on the plugin. Bad luck to us that the PR came in the times when the flutterfire plugin was going on a very massive refactoring process. Core team didn't have the time to merge or even review the PR. However as per this comment, seems the team is now open to receive PR's on this topic. I'll try to find some time and start getting into it again. Also, If anybody is interested to contribute, please let me know. Let get this one done!!!!! |
Hey, I'm in desperate need of this for web, unfortunately I do not have the skills to contribute to the project. Any ETA? |
If you take the lead, I'm happy to (try to) help where I can... |
I will pay 1000 $ worth bitcoin who will publish firebase realtime database web PR without any bug till the end of August !! consider this |
I have created a separated package firebase_database_platform_interface and submitted the pull request firebase/flutterfire#6668 |
How did it go @deepak786 ? Really appreciate you taking the time to do this. |
@jameslester2004 according to the comment firebase/flutterfire#1835 (comment), the team is looking for the PR which will improve the integration test first. Then they will proceed further to have separated intercom_flutter_platform_interface. I have submitted the pull request which will separate the intercom_flutter_platform_interface. But I will try to improve the integration tests. |
Another PR firebase/flutterfire#6868 submitted to improve the integration tests.
I hope the above PRs will be reviewed soon. After these PRs are merged, I will start working on the web platform package. |
Great job Deepak. Really appreciate your efforts! |
@TahaTesser Should this be closed and let the flutterfire team handle this? |
PR firebase/flutterfire#6952 is merged also. The web support to the real-time database will be released soon. |
Thanks for the super hard work @deepak786! You've helped a ton of fellow flutter users with this wonderful contribution!! |
@deepak786 Thanks a million. You're a legend! ;-) |
@kormemis you can reach me at [email protected] |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
We should add web support to
firebase_database
.The text was updated successfully, but these errors were encountered: