Integrate Firebase analytics into expo

Is there a way to Integrate Firebase analytics into an expo app without detaching

The default binding that Expo has for Firebase is based on the Firebase JavaScript SDK. … And since those libraries are bridging to the native Android and iOS SDKs of Firebase , there is no way to use them without detaching /ejecting.