You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/firebase/index.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,9 @@ Segment's Firebase destination code is open source and available on GitHub. You
19
19
20
20
## Getting Started on Android
21
21
22
+
> warning "Firebase doesn't natively support arrays for Realtime Database implementations"
23
+
> 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.
24
+
22
25
To start sending data to Firebase Analytics from your Android project, you'll need to follow a few simple steps:
23
26
24
27
1. Register your mobile app with Firebase at `https://console.firebase.google.com`
0 commit comments