npm package includes remote config #7379
Unanswered
aslihanturkdonmez
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to create an npm package that includes Firebase Remote Config. I have added firebase/app and firebase/remote-config to the package.json, and I published the package. I included the npm package I wrote in my project and did the Firebase setup for iOS. When I run pod install, only Firebase (10.5.0) is installed, Remote Config, and others are not. Also, when I call the function I wrote using remote-config in the package from the project, I get a 'new Event Emitter' error. I'm new to this. Do you know how to do it?
Beta Was this translation helpful? Give feedback.
All reactions