-
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
[firebase_storage] Implement "listAll" function #232
Conversation
rename function to listAll
Added documentation update in CHANGELOG cleanups
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. ℹ️ Googlers: Go here for more info. |
@googlebot I fixed it. |
All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the ℹ️ Googlers: Go here for more info. |
@googlebot I consent. |
CLAs look good, thanks! ℹ️ Googlers: Go here for more info. |
I really think that some "settings" for the format which can be imported directly in Android Studio and in Xcode should be provided so the "format" will be made automatically without changing the "Default" which is coming inside. |
that's really sad you did good work and I really need this in my project... |
Sigh... |
|
Hi All - Storage is on the list to be sorted as part of #2582 and this will be addressed. Thanks for the work that's been put in. As we're working on updating the tests & CI flow for each plugin, I think it'd be best if we hold of merging this one since it bumps the underlying native SDK versions. Without proper tests in place, it may well break functionality of other plugins/features. |
Thanks...when I made it first everything was update and everything was possible to be merged automatically, but it was looooong time ago. |
Any ETA on when this might make to release please? |
This is the important feature used by almost every firebase user. Any ETA on the plugin update?. If this will take too long then i will switch to java. That's why am asking. |
Please review this pr. |
Can you update it now? |
What for ? It doesn't looks that someone really cares about us. |
@danysz I don't know why they didn't merge this yet. But, your work is really great. Don't let that fade away. Almost 25 guys I know alone, using this feature. Edit: and what I meant by update is to resolve the merge conflicts. |
I know at least same amount if not double. Some of them even wrote me, but after almost a year waiting and trying actively to get in touch with @collinjackson and others which didn't do anything about it I am just really disappointed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing semicolon at end of line 333 plugins/firebase/storage/FirebaseStoragePlugin.java, does not compile.
Thank you for this feature, I still use your branch and noticed it didnt compile this morning.
This will be added as part of the #2582 rework - it overhauls the API and converts it to a federated setup so we were unable to use this PR. Hopefully the updated work should be landing in a couple of weeks. |
This comment has been minimized.
This comment has been minimized.
Any update on this? Is this available in the latest version? |
@Maadhav Nope it is not available in the latest version... I wonder if they will merge it someday ? |
@Ehesp Alright, why do you use two different repositories ? It makes things a lot more confusing for users and issues etc. Also don't hesitate to communicate on in this PR if you work on it, as you probably noticed a lot of people want this feature so let's reassure them ! |
@blaxou It allows us to focus on big upgrades without noise from the main one. Once it's up to standard we'll merge them in. |
Not to snoop, but https://github.com/invertase/flutterfire/pull/53 has been merged! Seems to be only a matter of time until it's merged into this repo |
Follow #3612 for progress |
Hey all, as @Levi-Lesches mentioned above, our rework PR is up at #3612 and is now going through dev release cycles. A Thanks for sending up this PR though @danysz - really appreciate it, sorry it didn't get the attention it deserved. Given that it's now implemented in the other PR I'm going to go ahead and close this PR. |
Description
We implemented the "listAll" function for both Android and iOS.
Related Issues
#83
Checklist
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]
). This will ensure a smooth and quick review process.///
).flutter analyze
) does not report any problems on my PR.Breaking Change
Does your PR require plugin users to manually update their apps to accommodate your change?