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.
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.ps.: I've created this on discussions previously.