-
-
Notifications
You must be signed in to change notification settings - Fork 554
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* UID Lists with value `true` now supported (from #23): ```js { 'absdfTGTdd-kV': true, 'absdfTGTdd-kX': true } ``` * Handle `equalTo` query with `true` and `false` (fixes #25) * Roadmap updated
- Loading branch information
1 parent
482e210
commit 493a034
Showing
6 changed files
with
59 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,46 @@ | ||
# Roadmap | ||
|
||
### Short Term | ||
## Short Term | ||
* List Population within user profile parameter (only single parameter currently supported) | ||
* Implement [`firebase-server`](https://github.com/urish/firebase-server) for tests instead of using demo firebase instance | ||
* `firebase-admin` integration | ||
* Huge App Example with passing of props to child routes | ||
* AuthRequired Decorator (redirect if not logged in) | ||
* Loading Decorator (with custom loading indicator config) | ||
|
||
### Long Term | ||
* Improve docs readability (maybe include REPL for editable examples) | ||
* Routing decorators (most likely to include `@AuthRequired`, `@DataLoaded` and `@RedirectOnAuth`) | ||
* Optional Built in Role Management | ||
* Multi-level population | ||
* Population rules suggestion/generation | ||
* Population performance measurement | ||
|
||
## Pre-release Versions | ||
|
||
### `v1.2.0-alpha` (released) | ||
|
||
#### Breaking Changes | ||
* `profileDecorator` config option renamed to `profileFactory` for clarity | ||
* default file metadata written to database includes `downloadURL` instead of `downloadURLs` array | ||
|
||
#### Enhancements | ||
* Config params type validation | ||
* `fileMetadataFactory` config option added to allow control of metadata written to database when using `uploadFile` and `uploadFiles` | ||
* docs improvements | ||
|
||
### `v1.2.0-beta` | ||
|
||
#### Breaking Changes | ||
*Stay Tuned* | ||
|
||
#### Enhancements | ||
|
||
|
||
## Upcoming Minor Version (`v1.2.0`) | ||
|
||
#### Breaking Changes | ||
* `profileDecorator` config option renamed to `profileFactory` for clarity | ||
* default file metadata written to database includes `downloadURL` instead of `downloadURLs` array | ||
|
||
#### Enhancements | ||
* Config params type validation | ||
* `fileMetadataFactory` config option added to allow control of metadata written to database when using `uploadFile` and `uploadFiles` | ||
* docs improvements |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters