Stefan PADURARU
Stefan PADURARU

Reputation: 13

Is there any way to integrate firebase analytics into an expo react-native app without detaching?

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?

Upvotes: 1

Views: 768

Answers (1)

sftgf
sftgf

Reputation: 186

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

Upvotes: 2

Related Questions