@react-native-firebase/remote-config and firebase/remote-config getRemoteConfig have two config types #6562
Unanswered
kopax-polyconseil
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Isn't this effectively the same as the issue linked "support modular firebase-js-sdk syntax"? |
Beta Was this translation helpful? Give feedback.
3 replies
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.
-
Hello,
In our react native and react native web project, we use :
We already opened an issue here regarding the absence of non compat mode for
@react-native-firebase/*
modules, and after adding those two configurations:native in
shims/remote-config/index.ts
web in
shims/remote-config/index.web.ts
We have a when using those conf some typing error:
This is our
remoteConfig.services.ts
:This is our
remoteConfig.services.web.ts
:Do you have any plan tu add support for an universal interface equal to the one in firebase >= v9 ?
Our current workaround was to add the suffix
.web
while importing the web config in the web client.Beta Was this translation helpful? Give feedback.
All reactions