Replies: 1 comment
|
react-native-web support still does not exist out of the box with anything except shims unfortunately what we do have - which means there is a great but currently unrealized hope for react-native-web - is "Other" platform support which you have apparently found. This does use the firebase-js-sdk internally, underneath the current what is left to do is do the work to make this Other platform be the thing that react-native-web selects and tries to use when it loads Until then, if you search for web and shims here it should turn up info https://github.com/invertase/react-native-firebase/discussions?discussions_q=is%3Aopen+web+shim and that'll lead to a concrete example, though it is old, where I made shims and then used webpack aliases to load them https://github.com/invertase/react-native-firebase-authentication-example/tree/main/template/src/shims |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I just added few lines of simple code to test remote config on React Native Web but i keep getting error below:
I saw in the documentation it stated support other platform (https://rnfirebase.io/platforms)
All reactions