Posts by Milena - • 11 points
2 posts
-
0
votes2
answers347
viewsA: I can’t save data to the Firebase database - React Native
I was able to solve just by adding a new import. It was like this: import firebase from '@firebase/app'; then I put it like this: import firebase from '@firebase/app'; import '@firebase/database';…
-
1
votes2
answers347
viewsQ: I can’t save data to the Firebase database - React Native
I cannot save data in the Firebase database - React Native. I have already done the installation and import of Firebase in the project, the code is like this: componentWillMount(){ var config = {…