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
I'm trying to develop a multiplatform library using the firebase-analytics but I'm getting stuck on the firebase initialization, in both android/ios specific plarforms.
I wonder whether that's not any documentation or a sample for the same or similar purpose. I looked up around to find something but no success.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to develop a multiplatform library using the firebase-analytics but I'm getting stuck on the firebase initialization, in both android/ios specific plarforms.
I wonder whether that's not any documentation or a sample for the same or similar purpose. I looked up around to find something but no success.
Below my implementation:
And in the application onCreate:
I am receiving a
java.lang.NoClassDefFoundError: Failed resolution of: Ldev/gitlive/firebase/Firebase;
and I am not sure what I am doing wrong.Beta Was this translation helpful? Give feedback.
All reactions