diff --git a/hugo/content/tags/cloud-messaging/_index.md b/hugo/content/tags/cloud-messaging/_index.md new file mode 100644 index 000000000..872e42f6e --- /dev/null +++ b/hugo/content/tags/cloud-messaging/_index.md @@ -0,0 +1,5 @@ +--- +title: Cloud Messaging +description: Firebase Cloud Messaging (FCM) is a cross-platform messaging solution that lets you reliably send messages at no cost. +link: https://firebase.google.com/docs/cloud-messaging +--- \ No newline at end of file diff --git a/hugo/content/tags/cloud-storage/_index.md b/hugo/content/tags/cloud-storage/_index.md new file mode 100644 index 000000000..6293f5b03 --- /dev/null +++ b/hugo/content/tags/cloud-storage/_index.md @@ -0,0 +1,5 @@ +--- +title: Cloud Storage +description: Cloud Storage for Firebase is built for app developers who need to store and serve user-generated content, such as photos or videos. +link: https://firebase.google.com/docs/storage +--- \ No newline at end of file diff --git a/hugo/content/tags/realtime-database/_index.md b/hugo/content/tags/realtime-database/_index.md new file mode 100644 index 000000000..bc637f737 --- /dev/null +++ b/hugo/content/tags/realtime-database/_index.md @@ -0,0 +1,5 @@ +--- +title: Realtime Database +description: Store and sync data with our NoSQL cloud database. Data is synced across all clients in realtime, and remains available when your app goes offline. +link: https://firebase.google.com/docs/database +--- \ No newline at end of file