firebase-key
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -0,1 +1,8 @@ | ||
<a name="1.0.4"></a> | ||
## [1.0.4](https://github.com/cartant/firebase-key/compare/v1.0.3...v1.0.4) (2017-05-02) | ||
### Doc | ||
* Update `README.md` ([7867c8c](https://github.com/cartant/firebase-key/commit/7867c8c)) | ||
<a name="1.0.3"></a> | ||
@@ -2,0 +9,0 @@ ## [1.0.3](https://github.com/cartant/firebase-key/compare/v1.0.2...v1.0.3) (2017-04-29) |
@@ -62,3 +62,3 @@ { | ||
"unpkg": "./bundles/firebase-key.min.umd.js", | ||
"version": "1.0.3" | ||
"version": "1.0.4" | ||
} |
@@ -9,4 +9,16 @@ # firebase-key | ||
This is a library of utility functions for manipulating, encoding and decoding Firebase keys. | ||
### What is it? | ||
`firebase-key` is a library of utility functions for manipulating, encoding and decoding Firebase keys. | ||
### Why might I need it? | ||
You might find `firebase-key` useful if you need to to any of the following: | ||
* Convert a Firebase push key/ID to a time. | ||
* Query push keys/IDs based on time. | ||
* Page through push keys/IDs as efficiently as possible. | ||
* Store illegal characters in Firebase keys. | ||
* Encode integers as strings that sort numerically. | ||
## Install | ||
@@ -13,0 +25,0 @@ |
24137
130