-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Description
Implement the Storage module for the Dart Firebase Admin SDK. This module provides server-side Cloud Storage operations including file upload, download, and management.
The implementation should achieve feature parity with the Node.js Admin SDK Storage module.
Dependencies:
- [admin] App module
Acceptance Criteria:
- Add code implementation
- Added unit tests
- Added integration tests
- Sample added to the samples folder
- Documentation added
Reactions are currently unavailable