Unfortunately, this only looks like an iOS function: https://firebase.google.com/docs/crash/ios#upload_symbol_files .
Download character files
To view reports on human friendly accidents, you need to download symbol files after each build. This can be done automatically by adding a script run in Xcode.
Download the service account key to authenticate your downloads. On the Firebase console, select your project and click Create New Private Key. In Xcode, click on the application target, select "Generate Phases" and click +
to add a phase. Select the Run script and add the following content, setting the appropriate values ββfor the service account path and GOOGLE_APP_ID: Replace it with GOOGLE_APP_ID from the GoogleService-Info.plist file GOOGLE_APP_ID = 1: mine: application: identifier
Replace / Path / To / ServiceAccount.json with the path to the just downloaded key "$ {PODS_ROOT}" / FirebaseCrash / upload -sym "/Path/To/ServiceAccount.json"
Note. If your service account key changes, reset your OAuth credentials by running this command: rm $ HOME / Library / Preferences / com.google.SymbolUpload *
source share