From f0c762bfe2bc06b0fdd1eac63cd991c154cfbfa3 Mon Sep 17 00:00:00 2001 From: forstisabella <92472883+forstisabella@users.noreply.github.com> Date: Thu, 31 Jul 2025 08:27:04 -0400 Subject: [PATCH 1/2] Update index.md --- src/connections/destinations/catalog/firebase/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connections/destinations/catalog/firebase/index.md b/src/connections/destinations/catalog/firebase/index.md index 3c4d7f201b..002454e569 100644 --- a/src/connections/destinations/catalog/firebase/index.md +++ b/src/connections/destinations/catalog/firebase/index.md @@ -120,7 +120,7 @@ Consent mode may involve updates to your sources outside of Segment, such as inc To set up consent mode for Google Firebase: 1. Update your app's SDK to a version that supports consent mode v2. - * Android apps must use F[irebase Android Analytics SDK version 21.5.0 or later](https://firebase.google.com/support/release-notes/android#analytics_v21-5-0){:target="_blank"}. + * Android apps must use [Firebase Android Analytics SDK version 21.5.0 or later](https://firebase.google.com/support/release-notes/android#analytics_v21-5-0){:target="_blank"}. * iOS apps must use [Firebase Apple SDK version 10.17.0 or later](https://firebase.google.com/support/release-notes/ios#analytics){:target="_blank"}. 2. Set up consent mode for your app if you haven't already set it up. From 05d1f8a4ec1136a0a58e4bea1283b59ae7716f51 Mon Sep 17 00:00:00 2001 From: forstisabella <92472883+forstisabella@users.noreply.github.com> Date: Thu, 31 Jul 2025 09:37:57 -0400 Subject: [PATCH 2/2] Update index.md --- src/connections/destinations/catalog/firebase/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/connections/destinations/catalog/firebase/index.md b/src/connections/destinations/catalog/firebase/index.md index 002454e569..0d0c6f5f73 100644 --- a/src/connections/destinations/catalog/firebase/index.md +++ b/src/connections/destinations/catalog/firebase/index.md @@ -19,6 +19,9 @@ Segment's Firebase destination code is open source and available on GitHub. You ## Getting Started on Android +> warning "Firebase doesn't natively support arrays for Realtime Database implementations" +> If you are using Google's [Realtime Database](https://firebase.google.com/docs/firestore/rtdb-vs-firestore){:target="_blank"} to store Segment event data, see the [Best Practices: Arrays in Firebase](https://firebase.blog/posts/2014/04/best-practices-arrays-in-firebase/){:target="_blank"} blog post for some array best practices. + To start sending data to Firebase Analytics from your Android project, you'll need to follow a few simple steps: 1. Register your mobile app with Firebase at `https://console.firebase.google.com`