x_storage_firebase 0.2.0
x_storage_firebase: ^0.2.0 copied to clipboard
Firebase Storage driver for XStorage
0.2.0 #
- BREAKING CHANGE: Updated to support x_storage_core 0.2.0
- Migrated to Result type for error handling
- All operations now return Result<T, XStorageException>
0.1.0 #
- Initial release
- Implementation of Firebase Storage provider
- Support for Firebase Storage operations
0.0.4 #
- Fix bugs
0.0.3 #
- Fix bugs
0.0.2 #
- Fix bugs
0.0.1 #
- Initial release
- Implementation of XStorage driver for Firebase Storage
- File save, load, delete, and existence check functionality
- Compliance with Firebase Storage security rules