-
Notifications
You must be signed in to change notification settings - Fork 904
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Object are not valid as a React child #908
Comments
Hey there! I couldn't figure out what this issue is about, so I've labeled it for a human to triage. Hang tight. |
Hmmm this issue does not seem to follow the issue template. Make sure you provide all the required information. |
Same error with code (but unfortunately no accepted answer yet): https://stackoverflow.com/questions/50730706/objects-are-not-valid-as-react-child-react-native |
This happens to me too. Only way to get around it is installing 5.0.3 |
I am also getting the same error, but if I run it over debug mode, it works properly. |
I just install the version 4.6.2 of firebase, this works for me |
A got the same error here is a link that solved this problem. But I think this solution is ugly cause I like to put firebase config in a separate file. So I dowgrade to 5.0.3 and it´s works |
Duplicate of #871 |
Try this, this work for me and I am using firebase version 5.5.2 |
This works like a charm thank you Daniyal-Najeeb. :) |
It works fine for me. Save my life 💯 🙇 |
I changed this line import firebase from 'firebase'; to this import firebase from '@firebase/app' |
I wonder why import '@firebase/auth'? |
Hi I'm running version 5.5.9 in my react-native app and I used this to get it to work. |
import core-js in index.js seem to fix the problem for me. import 'core-js'; |
This didn't work for me, I installed 5.0.3 |
I solved it 👍
Now, you'll need to import all the parts for Firebase that you're using. change this--> // import firebase from 'firebase';
:) 💯 |
without additional process, i just used the thanks |
Thanks, it worked for me :) |
Again had the same error, I am now using version ^5.8.5 Remove any instance of the import if you're not using it in my case it was in the App.js import fire from '../config/firebase'; |
Not able to use latest version 5.0.4. I am getting error while using it
The text was updated successfully, but these errors were encountered: