dpa99c / cordova-plugin-firebasex

Cordova plugin for Google Firebase
MIT License
570 stars 457 forks source link

[FEATURE] Support Firebase Dynamic Links #102

Open yosikal opened 4 years ago

yosikal commented 4 years ago

Can be done by merging in this plugin: https://github.com/chemerisuk/cordova-plugin-firebase-dynamiclinks

eeerrrttty commented 4 years ago

should be nice!

maxtacco commented 4 years ago

We would really appreciate that functionality as well.

dliver-more commented 4 years ago

Same here. Anyone getting pods bugs issues by having both present?

sagrawal31 commented 4 years ago

Please use https://github.com/chemerisuk/cordova-plugin-firebase-dynamiclinks as we are planning to decouple different components of Firebase in separate plugins, in future.

lfariaUnifei commented 4 years ago

@dliver-more im having pods issues too

laconicamente commented 4 years ago

@dliver-more im having pods issues too

Me too :(

fabiodiniz commented 4 years ago

@dliver-more im having pods issues too

Me too :(

I'm facing that too. We also need that feature.

dliver-more commented 4 years ago

@fabiodiniz @laconicamente @lfariaUnifei Once I got the pods issue, I went into Xcode->[Your project]->Directory->Pods->Podfile I then updated the dependencies to make sure any pod 'Firebase/[module]', '6.x.0' were the same. In my case that was replacing 6.3.0 with 6.11.0 for Firebase/Analytics and Firebase/DynamicLinks. I then saved / rebuilt and things worked. It's not a long term solution but works for the time being.

danemco commented 4 years ago

@dliver-more Thank you very much! That worked for me.

himadridev commented 3 years ago

Dynamic Link Support +1

mateusduraes commented 3 years ago

+1

danemco commented 3 years ago

Firebase Dynamic Links + Firebasex isn't working for me on iOS. The onDynamicLink function doesn't fire. Have any of you solved this issue?

bjdose commented 3 years ago

Dynamic Link Support +1

prosidney commented 3 years ago

Dynamic Link Support +1

mkwiecienn commented 3 years ago

@danemco I have exactly same issue - did you resolve it? I've noticed in xcode logs (if you filter by "dynamiclinks") that first I get warning that dynamic links plugin is not installed and then it says "Starting Firebase DynamicLinks plugin"

syedmaqbool commented 3 years ago

Dynamic Link Support +1