Skip to content

Commit 8ddcc97

Browse files
update faq
1 parent acd986e commit 8ddcc97

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

docs/7. FAQ/index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,19 @@ Most of the features where built because I needed it on my projects. I usually w
1111
## How is it built?
1212
It is built with React, Typescript and [React SLDS](https://github.com/mashmatrix/react-lightning-design-system/blob/master/README.md) to provide a salesforce like UX experience.
1313

14+
## What server is involved with SF Explorer?
15+
For the **web app**, the data transits through Heroku (EU hosted). No data is stored, we have no database, only compute with an Express server to do the proxy.
16+
17+
For the **Chrome app**, the server is only involved if you:
18+
- Connect through OAuth (the server keeps our client secret safe)
19+
- Do special operations like OpenAI or you use Einstein with a connected app
20+
- Use Marketing Cloud app
21+
22+
## What analytics are used?
23+
SF Explorer uses Google Analytics to track usage and improve the product. This helps us understand how features are being used and identify areas for improvement.
24+
25+
**Important:** No personal data or way to identify users is stored. No client data or metadata is sent to analytics.
26+
1427
## Is it open source?
1528
Some pieces are. You can find the different components [here](https://github.com/orgs/sf-explorer/repositories)
1629

0 commit comments

Comments
 (0)