React Native Firebase Firestore | Cloud Firestore Database

preview_player
Показать описание
React Native Firebase Firestore | Cloud Firestore Database

We take a look at the react native firebase cloud firestore database system and integrating firestore into our react native app. Firestore is a NoSQL database that allows for real-time database updates that sync across applications, websites and more. It's a very useful way to store data for your application, users and more via things like collections, documents etc.

00:00 - Introduction
00:37 - Installation
01:32 - Firebase Firestore setup
04:22 - Firestore React Native setup
06:10 - Firestore Subscriptions
10:40 - Firestore Queries
13:31 - Firestore Writing Documents
18:20 - Firestore Transactions
21:20 - Firestore Batch Requests
23:22 - Conclusion

#reactnative #firebase #firestore

React Native Firebase Multidex Fix:

Google Cloud Firestore Database:

RNFirebase Firestore:

RNFirebase:

Follow and support me:
Рекомендации по теме
Комментарии
Автор

I love you, I've been like 2 weeks suffering because I could not get data from firestore and here is the solution. Thank you man you are big.

rafagarcia
Автор

This ReactNative-Firebase playlist is AMAZING!
Wow, i learned so much. Thanks!
As developer the most difficult part in my opinion is to go from coding your app in react native to publish your app on the store. Will you ever make a video about this?
Kind of "from react native to app store/play store".
Have a good day 👋🏻

startfire
Автор

this is quality work. great job! I subscribed

jeromecodes
Автор

you are amazing, the courses of React Native and firebase are insane, yes they are fucking awesome, keep going you will do more. Only your lessons could satisfy me.

mkivamilk
Автор

Great video! Please keep do more educational videos about react native.

cliffordfrancisco
Автор

I have just one word for you brother incredible

wweshorts
Автор

Thank you for your videos! They are just awesome!

elodiejean-josephirdor
Автор

I've spent weeks stumped because I always used doc.name to retrieve firebase data and it never worked. Thank you for posting such a clear, well planned video. I'll never forget doc.data().name now! :)

eliseerickson
Автор

Nice video and very useful!
Btw, what theme and icon set of your VS Code? Looks awesome!

hafisalrafi
Автор

on the query part how i can i get only a specific document field from a collection, my case : i have a collection called users, with doctument userId, with a field called user_location that is an array updated, how can i get only user_location? thx for the video

raphael.portela
Автор

hi, thank u for this video!! it really helps but i want to ask how to do that with function instead of class

aminaabdelhedi
Автор

This is awesome! Do you think firestore is good and efficient database for a quiz app? I am planning to build my own quiz and learning app though it's not a quiz app for programming but for a different field. I am not sure yet but it may reach a thousand questions and when I saw your work here, I was thinking to create a collection per subject. Do you think it's a good idea? Or it may be too expensive in the long run?

I am looking forward for more amazing content here on your channel. 😄

roweeapor
Автор

Do you think that is viable to do an big app (a lot of people using) with firebase?

caiotoledo
Автор

I keep getting the error "Error : Firestore: The caller does not have permission to execute the specified operation.". I am trying to get data from a users collection in a firestore created by another person. I set up my firebase as shown in the react native firebase docs.

wolfcrecent
Автор

I'm not use class component, trying to use functional component, it got the error render many times. ( After onSnapshot, I set state for users and it render many time ), do you know how to get rid of that ? thank you

trantuyen
Автор

i have a problem a create react native app using expo in debugging on emulator and real device firestore saving documents are working ! but when i build that app (Release apk) none of the firestore function working ! any suggestions?

mannapijush
Автор

Got an error null is not an object evaluating docs.foreach ().How to resolve it?

Anushree
Автор

can you make a tutorial react native radio button to firebase realtime db or cloud firestore thanks!

cascades
Автор

I just want to ask u I will build app using react native but the app has a feature which allow the user to add and save his recipe offline is that possible using firebase please I want anyone to answer me

sm-ihjz
Автор

What exactly is the problem with expo ? why the community lacks information about the right way to implement the integration with Expo => firebase workflow?
I have been jumping from one tutorial to another, many changes, every day counts and converts the previous tutorial to irrelevant, some say import from firebase, others firebase/app, others just import everything at config.js
I donnu, thinking about implementing AWS amplify instead....

kamalalghoula