Mendix Native Firebase integration

5
Hey Guys! I was trying to integrate our app with Firebase, in order to track pages view, events and crashlytics. My first approach was to create sort of a widget where I could integrate the app as a web app. However, that's not how our customer wants, indeed, we need to add an android app and an ios app into the firebase project and catch all of those events in each one of them. I know that a mendix native app is a react native app behind the scenes and I found this nice npm package that allows react native app to integrate with firebase: https://rnfirebase.io/. This package would help us a lot, however, any idea in how to authenticate? I ask this because to setup the firebase authentiction, in android for example, We have to add the google-services.json at the app folder of android and there is no such folder in mendix... Have you ever done this before? 
asked
0 answers