Giter Site home page Giter Site logo

Comments (8)

chetandobariya avatar chetandobariya commented on May 14, 2024 1

After spending an almost full day, I have figure out the problem.

Below solution works like charm!

You can prevent Firebase from swizzling the methods in your AppDelegate by adding FirebaseAppDelegateProxyEnabled set to NO in your app's info.plist

from firebase-ios-sdk.

paulb777 avatar paulb777 commented on May 14, 2024

Thanks for the bug report.

Would you do a pod update to Firebase 4.0.2 and retry? A recent bug fix may address this issue.

from firebase-ios-sdk.

rockbruno avatar rockbruno commented on May 14, 2024

Hey there,
I just updated it, but unfortunately the problem still happens 😢

from firebase-ios-sdk.

paulb777 avatar paulb777 commented on May 14, 2024

Thanks for checking. We'll look deeper.

from firebase-ios-sdk.

morganchen12 avatar morganchen12 commented on May 14, 2024

@rockbruno are you getting any errors in console when this happens? Can you upload a sample that reproduces this issue?

from firebase-ios-sdk.

bruno-rocha-movile avatar bruno-rocha-movile commented on May 14, 2024

Hey there, sorry for the delay, I ended up going to a new project.

We get a log in the console after attempting to login through Facebook (with Firebase enabled):
<Debug> [Firebase/Analytics][I-ACS023000] Deep Link Web URL query is empty

We were able to overcome it by adding FirebaseAppDelegateProxyEnabled = NO to our Info.plist, although that most likely disables half of Firebase. Since we just needed the analytics portion, it was good enough for us.

Will make a sample

from firebase-ios-sdk.

baolocdo avatar baolocdo commented on May 14, 2024

Do you have other SDKs (would be great to know the Podfile)? How do you set up your open URL handler(s)? How do you return in those handlers?
The debug log is basically that Analytics is trying to get the utm_ params from the URL to log campaign events. It seems that the AppDelegateProxy does swizzling correctly.
It's ok if you turn off the feature and follow the instructions in FIRAnalytics+AppDelegate.h to avoid missing campaign events.
It would be nice to solve the right problem.

from firebase-ios-sdk.

paulb777 avatar paulb777 commented on May 14, 2024

Closing due to inactivity. Please reopen if there is still an issue.

from firebase-ios-sdk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.