I've been struggling to find a way to integrate firebase analytics into an app I've built with react native and expo. All available solutions require detaching, but I don't want that. So ss there any way to integrate firebase analytics into an expo react-native app without detaching?
Asked
Active
Viewed 737 times
1
-
does anyone know if this is available yet? – Olivia Oct 21 '20 at 20:20
1 Answers
2
That's currently not possible without detaching, but it seems that it's being worked on and is on the horizon.
Take a look at this: What’s New in Expo-Firebase rc.5 - TL;DR: It’s not in the client yet

sftgf
- 186
- 1
- 5
-
1Thanks for that. I was looking at earlier posts by Evan saying that they're working on support for it, but this definitely answered my question. – Stefan PADURARU Jan 08 '19 at 08:17