Closed appliedrd closed 6 months ago
Hello @appliedrd,
Thank you for reporting this bug. I believe the issue might not be directly related to FlutterFire, as FlutterFire primarily serves as a wrapper around the Firebase SDKs for iOS/MacOS (firebase-ios-sdk) and Windows (firebase-cpp-sdk). You might want to report this bug directly to those repositories. Alternatively, if it's relevant, you can also file the bug with gcsfuse.
Additionally, could you please provide more details about what you were trying to achieve and the steps you followed to reproduce the issue? This information will help us better understand the context and it can help us resolve the issue
Hey @appliedrd. We need more information to resolve this issue but there hasn't been an update in 7 weekdays. I'm marking the issue as stale and if there are no new updates in the next 7 days I will close it automatically.
If you have more information that will help us get to the bottom of this, just add a comment!
Since there haven't been any recent updates here, I am going to close this issue.
@appliedrd if you're still experiencing this problem and want to continue the discussion just leave a comment here and we are happy to re-open this.
Is there an existing issue for this?
Which plugins are affected?
Storage
Which platforms are affected?
macOS, Windows
Description
This code saves a file to firebase storage.
Reproducing the issue
this successfully uploaded file is not visible in a gcsfuse mounted bucket on windows nor macOS.
var uid = auth.currentUser?.uid; Reference ref = FirebaseStorage.instance .ref() .child('base') .child(uid) .child('/$fileName');
my workaround is to use a static directory and name the file with the uid String fName = "$uid-$filename.csv";
Firebase Core version
2.29.0
Flutter Version
3.19.5
Relevant Log Output
Flutter dependencies
Dart SDK 3.3.3 Flutter SDK 3.19.5 docking_station_pc_app 1.0.0+1
dependencies:
dev dependencies:
transitive dependencies:
Additional context and comments
Debian GNU/Linux 12 (bookworm) on a Google Compute Engine gcsfuse version 2.0.1
The app uploads selected files to firebase storage. currently compiled and tested on Windows 10 & mac OS (latest). will eventually also run on iOS & Android.
on windows, I am using flutterfire beta for windows https://github.com/invertase/flutterfire_cli
on macOS, I am using the stadnard flutterfire