https://github.com/fabricadecodigo/ionicangularfirebaseexample
https://github.com/fabricadecodigo/ionicangularfirebaseexample
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fabricadecodigo/ionicangularfirebaseexample
- Owner: fabricadecodigo
- Created: 2022-08-27T14:28:37.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-22T22:03:22.000Z (over 3 years ago)
- Last Synced: 2025-02-27T08:03:51.238Z (over 1 year ago)
- Language: TypeScript
- Size: 425 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Como rodar o projeto
Primeiro instale as dependencias
```
npm install
```
Depois coloque as suas configuraçoes do firebase no arquivo environment.ts
```
firebase: {
projectId: 'seu-id-projeto',
appId: 'seu-app-id',
databaseURL: 'sua-url-database',
storageBucket: 'seu-storage-bucket',
locationId: 'sua-region',
apiKey: 'sua-api-key',
authDomain: 'seu-auth-domain.firebaseapp.com',
messagingSenderId: 'seu-message-sender-id',
},
```
Agora é só rodar o projeto
```
npm start
# ou
npx ionic serve
```