cdcharlebois / mx-crashlytics

A plug-n-play wrapper for Firebase Crashlytics in your Mendix Native app
0 stars 0 forks source link

Information on how to set up Mendix Crashlytics in Native App #4

Open KermitPPI opened 5 months ago

KermitPPI commented 5 months ago

@cdcharlebois Hello, I'm looking for some guidance on how to implement your Crashlytics module from the Mendix App store, I've tried to follow the documentation provided in the Mendix app store. I've downloaded the module into my project and in the Read Me folder, the directions say to "create a file firebase.json in the directory with the crashlytics configuration from here: https://rnfirebase.io/app/json-config#crashlytics_debug_enabled". I went to the https://rnfirebase.io/app/json-config#crashlytics_debug_enabled" website and I can't seem to determine how to set this up.

Is this something that we have to set up using the Firebase Crashlytics console https://firebase.google.com/docs/crashlytics? I have reviewed over the videos on the Firebase Crashlytics console site, but it doesn't give me any information.

Is this something that we have to configure using the Native App builder? I see that there are some settings under the App Capabilities section that allow you to switch on the Crashlytics option are we supposed to use this? I've contacted Mendix support and they suggested that I reach out to you, and I've also placed a question in our Mendix forum https://community.mendix.com/link/space/app-development/questions/132621, any direction on this would be greatly appreciated, thanks so much.

cdcharlebois commented 5 months ago

Hi @KermitPPI, thanks for your note. It looks like Crashlytics has updated their documentation. The JSON config options you're looking for are now here: https://rnfirebase.io/crashlytics/usage#firebasejson.

You'll need to create a file with these options and place it in the directory, which is one of:

The content of the file should look like the sample file in this repo.