Skip to content

Commit

Permalink
AJUSTES NO README
Browse files Browse the repository at this point in the history
  • Loading branch information
pablogeokar committed Jun 25, 2021
1 parent dd5595b commit 1e534d8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,21 @@ Para este projeto de fins didáticos, as tecnologias abordadas foram:
- [Firebase](https://firebase.google.com/)
- [TypeScript](https://www.typescriptlang.org/)

## Configurações importantes
o usuário deverá criar o arquivo `.env.local` no diretório raiz do projeto, com as seguintes variáveis:
- lembrando que estas variáveis são geradas durante o processo de criação de um projeto no firebase


```Env
REACT_APP_API_KEY="SUA_API_KEY"
REACT_APP_AUTH_DOMAIN="DOMÍNIO_DE_AUTENTICAÇÃO_FIREBASE"
REACT_APP_DATABASE_URL="URL_DO_BANCO"
REACT_APP_PROJECT_ID="ID_PROJETO"
REACT_APP_STORAGE_BUCKET="URL_STORAGE"
REACT_APP_MESSAGING_SENDER_ID="MESSAGE_ID_SENDER"
REACT_APP_APP_ID="APP_ID"
```

## 📝 Licença

O código fonte deste projeto é livre sob licença MIT. Maiores informações no arquivo [LICENSE](LICENSE.md).
Expand Down

0 comments on commit 1e534d8

Please sign in to comment.