EddyVerbruggen / nativescript-plugin-firebase

:fire: NativeScript plugin for Firebase
https://firebase.google.com
MIT License
1.01k stars 448 forks source link

Update Supporting Firebase version #1822

Open cupidchan opened 3 years ago

cupidchan commented 3 years ago

I am trying the latest Firebase release with AppCheck which requires 'Firebase/Core', '~>8.0'. However, @nativescript/firebase hardcodes to use Firebase/Core ~>6.34.0. Therefore, this contradicts with Firebase AppCheck and the project will fail.

I suggest to update the firebase plugin to support a more recent version of Firebase.

Thanks!