> For the complete documentation index, see [llms.txt](https://flutter-boilerplate.gitbook.io/flutter-boilerplate-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://flutter-boilerplate.gitbook.io/flutter-boilerplate-docs/features/storage.md).

# Storage

Firebase Storage is implemented to store file like pictures in the app template.

After a user signed in a profile picture and further pictures for the profile can be taken. They are uploaded to the Firebase Storage in

```dart
GlobalRepository.uploadXFileImage()
```
