Skip to content

Commit

Permalink
docs(readme): add missing features from table of contents
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavohenke committed Jun 23, 2020
1 parent 9ff742a commit c461b6c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"jest.autoEnable": true,
"search.useIgnoreFiles": true,
"[typescript]": {
"editor.formatOnSave": true
}
"editor.formatOnSave": true
}
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,15 @@ addTodo("Clean home up", app.firestore().collection("todo"));

| Feature group | Status |
| ------------- | --------------------- |
| Analytics | ❌ Not implemented |
| Auth | ⚠️ Partly implemented |
| Database | ❌ Not implemented |
| Firestore | ✅ Implemented\* |
| Functions | ❌ Not implemented |
| Installations | ❌ Not implemented |
| Messaging | ❌ Not implemented |
| Performance | ❌ Not implemented |
| Remote config | ❌ Not implemented |
| Storage | ❌ Not implemented |

_\*_ There's no difference between server and cache, thus there won't be pending writes.

0 comments on commit c461b6c

Please sign in to comment.