From 89191cdf118a8b43c67d465dc8fc899f5d705bf0 Mon Sep 17 00:00:00 2001 From: jacobawenger Date: Thu, 6 Nov 2014 12:12:34 -0800 Subject: [PATCH] Updated README and added changlog --- README.md | 2 +- changelog.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c93a4d3..a3758a47 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ in its own format and its own location within your Firebase. This allows your ex and security rules to remain unchanged while still providing you with an easy solution for geo queries. -#### Example Usage +### Example Usage Assume you are building an app to rate bars and you store all information for a bar, e.g. name, business hours and price range, at `/bars/`. Later, you want to add the possibility for diff --git a/changelog.txt b/changelog.txt index e69de29b..c934ed76 100644 --- a/changelog.txt +++ b/changelog.txt @@ -0,0 +1,2 @@ +important - Add a new `.indexOn` rule to your Security and Firebase Rules for best performance. See the GitHub documentation for more information. +feature - Upgraded Firebase dependency to 2.0.x.