diff --git a/docs/screencasts.json b/docs/screencasts.json index 6d0ce671..fa531f61 100644 --- a/docs/screencasts.json +++ b/docs/screencasts.json @@ -33,5 +33,12 @@ "title": "Firebase Authentication Overview", "description": "Learn how to setup Firebase Authentication for your React Native app and authenticate your users using phone, email, anonymous, Twitter, Google and other auth providers.", "tags": ["authentication"] + }, + { + "slug": "cloud-firestore-overview", + "vid": "eET0YtDBWWg", + "title": "Firebase Cloud Firestore Overview", + "description": "Learn how to setup Firebase Cloud Firestore for your React Native app, a NoSQL real-time database for storing your application data.", + "tags": ["firestore"] } ]