Skip to content

Instantly share code, notes, and snippets.

@HeikkiDev
Created March 24, 2021 15:44
Show Gist options
  • Select an option

  • Save HeikkiDev/852dbce5d9c0334dfd2976b91fa0c789 to your computer and use it in GitHub Desktop.

Select an option

Save HeikkiDev/852dbce5d9c0334dfd2976b91fa0c789 to your computer and use it in GitHub Desktop.
Enable Firebase Analytics DebugView for iOS directly on project file. You can't do it on project properties on Rider.
<PropertyGroup Condition=" '$(RunConfiguration)' == 'Default' ">
<AppExtensionDebugBundleId />
<ExtraLaunchArgs>--argument=-FIRDebugEnabled</ExtraLaunchArgs> // Add this line!
</PropertyGroup>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment