Great video. I have been a Ruby developer for the last few years and use ReactJS often. I came here seeking this exact info because I am about to start a new project at the company i work for and we decided on React Native + Firebase so this video was awesome and well done. It is exactly the info I was looking for.
Una pregunta, estoy tratando de subir una imagen al cloud y me da este error, [Error: [storage/object-not-found] No object exists at the desired reference.] WARN Possible Unhandled Promise Rejection (id: 8): Error: [storage/object-not-found] No object exists at the desired reference. NativeFirebaseError: [storage/object-not-found] No object exists at the desired reference.
I've run into this error: TypeError: (0, _firestore.doc) is not a function. I'm using firebase version 8.10.1 and did not follow your firebase setup perfectly as it would break other parts of my app. Do you know how to fix this
Hello, I have this problem "@firebase/firestore: Firestore (9.6.11): Connection WebChannel transport errored" I use version 9.6.11, do you know how to solve? Very nice content btw easy to understand
Hi. I think there is a problem with firebase connection. If that error is still there follow my code in the website. you can find the code in the description below
@@deowehrmacht it is something like this rules_version = '2'; service cloud.firestore { match /databases/{database}/documents { match /{document=**} { allow read, write: if request.time < timestamp.date(2022, 5, 17); } } }
@@deowehrmacht check you are importing all the objects. if it is working with Realtime database, this should be work. There may be a simple error somewhere. try with a new project. start back in the beginning
Greetings from Brazil! Thank you for this video, man. Your english accent is great to understand and you go directly to the point.
Thanks for this comment ❤️
thaanls bro, i was struggeling the last 2 days to manage what you just did. And it works fine now in my project. keep going man!!
Great video. I have been a Ruby developer for the last few years and use ReactJS often. I came here seeking this exact info because I am about to start a new project at the company i work for and we decided on React Native + Firebase so this video was awesome and well done. It is exactly the info I was looking for.
Thanks for the comment 😍😍 good luck on your project !
Thanks a lot, it's very helpful for me.
You are most welcome
@@InfoTechWAR Very clear video. Keep up the excellent work!
thanks a lot this video very clear steps to follow.
Glad to hear that
Fantastic. Thank you very much!
It's my pleasure
Expected first argument to collection() to be a CollectionReference .....bro resolve this error please
Una pregunta, estoy tratando de subir una imagen al cloud y me da este error,
[Error: [storage/object-not-found] No object exists at the desired reference.]
WARN Possible Unhandled Promise Rejection (id: 8):
Error: [storage/object-not-found] No object exists at the desired reference.
NativeFirebaseError: [storage/object-not-found] No object exists at the desired reference.
nice show bro! 👌
Hi very nice sir, can you also show how to fetch that submitted data and display it below? Or in a flatlist? That's be amazing!!!
Thanks for the suggestion. I will do next time. If you need more tutorials on firebase, follow my Firebase playlist
@@InfoTechWAR Thanks will do!
I've run into this error:
TypeError: (0, _firestore.doc) is not a function.
I'm using firebase version 8.10.1 and did not follow your firebase setup perfectly as it would break other parts of my app. Do you know how to fix this
I think you didn’t import some firebase objects. Check it clearly or go to the website link in the description below and copy and paste my code
Thank you !!!
Thank you for the comment
Very nice.. thank you
Welcome 😊
Hello, I have this problem "@firebase/firestore: Firestore (9.6.11): Connection WebChannel transport errored" I use version 9.6.11, do you know how to solve?
Very nice content btw easy to understand
Hi. I think there is a problem with firebase connection. If that error is still there follow my code in the website. you can find the code in the description below
@@InfoTechWAR Can I see your firestore ruless?
@@deowehrmacht it is something like this
rules_version = '2';
service cloud.firestore {
match /databases/{database}/documents {
match /{document=**} {
allow read, write: if
request.time < timestamp.date(2022, 5, 17);
}
}
}
@@InfoTechWAR I downgraded to ver 8.8.1 and tried realtime database it works but still not with firestore, thanks though
@@deowehrmacht check you are importing all the objects. if it is working with Realtime database, this should be work. There may be a simple error somewhere. try with a new project. start back in the beginning