EddyVerbruggen / nativescript-plugin-firebase

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

FBSDKAppEvents.activateApp() is not a function #1865

Open ShyshkovOleg opened 2 years ago

ShyshkovOleg commented 2 years ago

This error occur on firebase.init() I've found similar issue https://stackoverflow.com/questions/67908930/how-to-use-appevents-activateapp-in-12-0-0-version i've made change in node_modules/@nativescript/firebase/firebase.ios.js from: FBSDKAppEvents.activateApp() to: FBSDKAppEvents.shared.activateApp(); and now everything works fine. @EddyVerbruggen , could you check if it make sense?