daweed
daweed
@lini that's the problem, the facebook login is intercepted by the nativescript-handler plugin and not forwarded to the facebook plugin. When looking at the source, we can seed that both...
@lini Yes the order of initialization matters (maybe the order of import/require of that plugins), you can't get both plugins working, it's either facebook-login or urlhandler. I faced a similar...
As a workaround, how could we catch the data from urlhandler and pass them back to this plugin ?
@asikalove I found that the origin of the conflict was the use of `nativescript-plugin-firebase` in my case. I managed to solve this with the following (ugly but working) workaround :...
Hello everyone, does anyone has a quick fix for this issue ?
For anyone that would be still stuck with this : the plugin is working, even with iOS 13. The problem is related to plugins conflicts. In my case, for instance,...
see https://github.com/hypery2k/nativescript-urlhandler/issues/88#issuecomment-570327185
> setup described here again I had the same issue, recreating the application/token solved the problem. It seems to be related to the OVH API, as if the apps expires...
Didn't test it yet, but according to @Jantje2000, the previous value is given by `event.databaseEntity`