+ 2
How to configure Firebase and implement with React in the Code Playground?[Solved]
Can't figure it out. Can someone help?
3 Réponses
+ 1
you can find some examples for this scenario in the code playground, for example:
https://www.sololearn.com/compiler-playground/WikgaeRFs863/
of course, these would not show you the backend settings, but maybe you can contact the authors of these codes directly, if you are stuck.
+ 4
Tibor Santa thanks. I don't need backend settings. The problem is with import. I can import firebase functions with script type module but they are undefined in react code.
+ 2
I guess I got it now. Thanks a lot Tibor Santa