Files
packages.dart/deprecated/fb_storage/README.md
2026-01-15 14:38:46 -08:00

22 lines
870 B
Markdown

[![Buy Me A Coffee](https://img.shields.io/badge/Donate-Buy%20Me%20A%20Coffee-yellow.svg)](https://www.buymeacoffee.com/rodydavis)
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WSH3GVC49GNNJ)
# fb_storage
This package is now deprecated and was originally created to add firebase on the desktop and web. You can now use the [FlutterFire](https://github.com/FirebaseExtended/flutterfire) packages to do anything this plugin could.
## Getting Started
### iOS
``` plist
<key>NSAppleMusicUsageDescription</key>
<string>Explain why your app uses music</string>
<key>NSCameraUsageDescription</key>
<string>To Take Photos</string>
<key>NSMicrophoneUsageDescription</key>
<string>To Record Video</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>To Select Photos</string>
```