For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

GlobalRepository.uploadXFileImage()

Last updated