Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent reconfiguration causing exception #419

Merged
merged 1 commit into from
Jun 8, 2020
Merged

Prevent reconfiguration causing exception #419

merged 1 commit into from
Jun 8, 2020

Commits on Jun 2, 2020

  1. Prevent reconfiguration causing exception

    We ran into a problem with a configuration using both the firebasex and firebase-analytics plugins. The latter was doing "[FIRApp configure]" during the "[self application:application..." super call at the top of this function, which caused an exception when FIRApp was configured again by this plugin. The exception bypassed the remainder of the code block and prevented our app from receiving push notification data.
    warby613 authored Jun 2, 2020
    Configuration menu
    Copy the full SHA
    f70474f View commit details
    Browse the repository at this point in the history