From 0b6d56ab86e56350392115da2fa2abdadaccbe2e Mon Sep 17 00:00:00 2001 From: Matthew Harris Date: Sat, 18 Apr 2020 09:59:29 +0100 Subject: [PATCH] docs(readme): tag realtime db + add firestore db The docs for the database point to the realtime database. There doesn't seem to be any mention of Firestore in the docs, but looking in the source code, it exists and just passes it through to the `@google-cloud/firestore` package. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d7155fb512..2850bff5b0 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,8 @@ environments. ## Documentation * [Setup Guide](https://firebase.google.com/docs/admin/setup/) -* [Database Guide](https://firebase.google.com/docs/database/admin/start/) +* [Realtime Database Guide](https://firebase.google.com/docs/database/admin/start/) +* [Firestore Guide](https://googleapis.dev/nodejs/firestore/latest/index.html) * [Authentication Guide](https://firebase.google.com/docs/auth/admin/) * [Cloud Messaging Guide](https://firebase.google.com/docs/cloud-messaging/admin/) * [API Reference](https://firebase.google.com/docs/reference/admin/node/)