summaryrefslogtreecommitdiffstats
path: root/toolkit/components/glean/docs/dev/storage.md
blob: 00464c61739d189f4d736de9bc1060a7ec32aa93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Storage

Both FOG and the Glean SDK require some storage in the
[Firefox Profile Directory](https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Multiple_profiles).

## FOG

At present FOG's storage is limited to its [preferences](preferences.md).

## Glean SDK

The Glean SDK stores things in the
[Glean Data Directory](https://mozilla.github.io/glean/book/dev/core/internal/directory-structure.html)
which can be found at `<profile_dir>/datareporting/glean`.