Skip to content

Commit

Permalink
adding readme information
Browse files Browse the repository at this point in the history
  • Loading branch information
Angel Echavarria committed Jan 28, 2018
1 parent a3a6b66 commit ca749c2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,21 @@ firebase
## Coding

The code is linted with tslinter, so the most recommended action is to add tslint to the ide that is being used for code

## Initialization

there must exist a file in the directory `src/environments/firestore.ts` in the format:

```ts
const firebase = {
apiKey: '<api key>',
authDomain: '<auth firebase domain>',
databaseURL: '<database firebase url>',
projectId: '<id of the project>',
storageBucket: '<bucket where we will store the assets>',
messagingSenderId: '<message sender id>'
};

export default firebase;

```

0 comments on commit ca749c2

Please sign in to comment.