Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

FBSDKAppEvents.activateApp() is not a function #1865

Open
ShyshkovOleg opened this issue Dec 14, 2021 · 0 comments
Open

FBSDKAppEvents.activateApp() is not a function #1865

ShyshkovOleg opened this issue Dec 14, 2021 · 0 comments

Comments

@ShyshkovOleg
Copy link

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant