Sazzad Hissain Khan
Sazzad Hissain Khan

Reputation: 40196

Should I change dsym file uploading script when migrated from Fabric to Firebase?

Recently I have migrated from Fabric to Firebase for one of my iOS apps using migration link shown in Fabric dashboard. All the crashes are showing fine in the Firebase Console. Should I change dsym file uploading script for next release or previous dsym file uploading script will still work?

My current uploading script

./upload-symbols -a ${vars.getValue("fabric_api")} -p ios MyApp.app.dSYM

Upvotes: 1

Views: 106

Answers (1)

Todd Burner
Todd Burner

Reputation: 2262

There are no necessary changes at this time. However when you do adopt the new Firebase Crashlytics SDKs (released this week into Beta) you will need to change this to no longer include your Fabric API key.

Upvotes: 1

Related Questions