nativescript-plugin-firebase icon indicating copy to clipboard operation
nativescript-plugin-firebase copied to clipboard

Update Facebook SDK to latest

Open abhayastudios opened this issue 3 years ago • 2 comments

Android version was pinned to v5 whereas Facebook recently requires a more recent version (latest major is v12) due to security considerations where the previously used webview is not allowed anymore and prevents Android users from using FB auth.

abhayastudios avatar Oct 15 '21 14:10 abhayastudios

https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/1858

brendonwm avatar Nov 24 '21 09:11 brendonwm

facebook-login v12 introduces a transitive dependency via facebook-common on androidx.fragment 1.3.0 that breaks navigation in nested frames, as @nativescript/core and @nativescript/android expect 1.2.5 which doesn't cause the issue. Here is an alternate PR for 11.+: https://github.com/EddyVerbruggen/nativescript-plugin-firebase/pull/1868 that still resolves the webview issue but doesn't have the fragment dep.

delaneyb avatar Jan 02 '22 14:01 delaneyb