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 👋🏻
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! :)
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.
[Error: You attempted to use a firebase module that's not installed on your Android project by calling firebase.app(). Ensure you have: 1) imported the 'io.invertase.firebase.app.ReactNativeFirebaseAppPackage' module in your 'MainApplication.java' file. 2) Added the 'new ReactNativeFirebaseAppPackage()' line inside of the RN 'getPackages()' method list. please help to remove this error
I get an error at import firestore from '@react-native-firebase/firestore'; --> main has not been registered, as soon as i remove the firebase parts it works, any ideas why? Btw, thanks for the tutorial i really needed that.
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 file..... I donnu, thinking about implementing AWS amplify instead....
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
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.
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?
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. 😄
I have uploaded a static web to "hosting", I would like to know how I could add a login so that the web cannot be accessed without that pass. Is that what I find applies to one page but I want it to apply to all. Thank you.
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
stackoverflow.com/questions/64545734/react-native-firebase-display-two-collections-in-one-component-join-query-requi/64545814#64545814 I'm trying to solve this but looking at official docs I still struggle, they didn't explain this part well
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
Thanks. That was really simple. I see people do "simple" tutorials which start with login screen and a lot of things at once etc. So thanks for that, really. But somehow I did exactly same, didn't show the data in firebase :( What am I doing wrong? I managed to show them in flutter btw.
@@shivprajapati5632 This link has complete solution to that. I also had the same problem: stackoverflow.com/questions/65572086/no-firebase-app-has-been-created-call-firebase-initializeapp
Amazing tutorial. Liked and subbed. My friend can you or anybody else just explain to me in a simple way, WHEN I have to pay for Firebase? So im having an app in React Native, its a social app we can say, and users can simply make their account and make a post which others can like and comment. I store all of that to FIrebase Firestore. Thats mostly it. So is there a scenario where I have to pay? Due to I dont know, so many users or so many posts? How to prevent that if its real? Thank u!
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 👋🏻
I would love to see something like this too!!
I am too
Error: No Firebase App '[DEFAULT]' has been created - call firebase.initializeApp()
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.
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! :)
Error: No Firebase App '[DEFAULT]' has been created - call firebase.initializeApp()
I have just one word for you brother incredible
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.
Error: No Firebase App '[DEFAULT]' has been created - call firebase.initializeApp()
this is quality work. great job! I subscribed
Error: No Firebase App '[DEFAULT]' has been created - call firebase.initializeApp()
Thank you for your videos! They are just awesome!
That’s great!
Error: No Firebase App '[DEFAULT]' has been created - call firebase.initializeApp()
Nice helpful........waiting your more videos...✌️
Error: No Firebase App '[DEFAULT]' has been created - call firebase.initializeApp()
[Error: You attempted to use a firebase module that's not installed on your Android project by calling firebase.app().
Ensure you have:
1) imported the 'io.invertase.firebase.app.ReactNativeFirebaseAppPackage' module in your 'MainApplication.java' file.
2) Added the 'new ReactNativeFirebaseAppPackage()' line inside of the RN 'getPackages()' method list.
please help to remove this error
Sure, I would recommend checking the github documentation and issues section, as they can assist with this sort of stuff :)
@@AdrianTwarog Thank you sir :-)
I am getting the same error
I get an error at import firestore from '@react-native-firebase/firestore'; --> main has not been registered, as soon as i remove the firebase parts it works, any ideas why? Btw, thanks for the tutorial i really needed that.
Error: No Firebase App '[DEFAULT]' has been created - call firebase.initializeApp()
Great video! Please keep do more educational videos about react native.
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 file.....
I donnu, thinking about implementing AWS amplify instead....
Nice video and very useful!
Btw, what theme and icon set of your VS Code? Looks awesome!
Error: No Firebase App '[DEFAULT]' has been created - call firebase.initializeApp()
thank you so much , you are Awesome.
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
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.
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?
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. 😄
hi, thank u for this video!! it really helps but i want to ask how to do that with function instead of class
Got an error null is not an object evaluating docs.foreach ().How to resolve it?
Can you explain how to use the window.store command on devTools? tks
Sure, I store things against from the store against it at the start of my app, calling const store = window.store = new Store
cool. any videos on hooks coming up?
firestore configuration is missing? authentication is not included?
I have uploaded a static web to "hosting", I would like to know how I could add a login so that the web cannot be accessed without that pass. Is that what I find applies to one page but I want it to apply to all. Thank you.
There should be a vid for auth :)
Error: No Firebase App '[DEFAULT]' has been created - call firebase.initializeApp()
Hi Adrian, do you have some tutorial of a RecyclerListView with firebase Firestore users in React Native and Hooks????
or could one explain?
Sure I’ll add to my list as a good topic to do!
Error: No Firebase App '[DEFAULT]' has been created - call firebase.initializeApp()
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
how does firestore knows who is logged in on the code? I did not see you doing anything like firbase login or seomthin
Cool Adrian
No config intialization required???
Do you think that is viable to do an big app (a lot of people using) with firebase?
Hello, how would I do a query of two sepparate collections?
Might need to check the official doco for that!
stackoverflow.com/questions/64545734/react-native-firebase-display-two-collections-in-one-component-join-query-requi/64545814#64545814 I'm trying to solve this but looking at official docs I still struggle, they didn't explain this part well
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
why i can't get collection ?
Check doco for more specifics
Thanks. That was really simple. I see people do "simple" tutorials which start with login screen and a lot of things at once etc. So thanks for that, really. But somehow I did exactly same, didn't show the data in firebase :( What am I doing wrong? I managed to show them in flutter btw.
Error: No Firebase App '[DEFAULT]' has been created - call firebase.initializeApp()
@@shivprajapati5632 This link has complete solution to that. I also had the same problem: stackoverflow.com/questions/65572086/no-firebase-app-has-been-created-call-firebase-initializeapp
can you make a tutorial react native radio button to firebase realtime db or cloud firestore thanks!
Does it work with expo ? Tks for rep
can real time graph data appear on react native ? thank you.
Error: No Firebase App '[DEFAULT]' has been created - call firebase.initializeApp()
hii , can u share the complete source code which will be easy for users
JUST WHAT THEME IS THAT?
Atom one dark theme
Error: No Firebase App '[DEFAULT]' has been created - call firebase.initializeApp()
what is the theme of vscode
Amazing tutorial. Liked and subbed. My friend can you or anybody else just explain to me in a simple way, WHEN I have to pay for Firebase? So im having an app in React Native, its a social app we can say, and users can simply make their account and make a post which others can like and comment. I store all of that to FIrebase Firestore. Thats mostly it. So is there a scenario where I have to pay? Due to I dont know, so many users or so many posts? How to prevent that if its real? Thank u!
cool men
very helpful, thank u so much, can u plz recommend the VScode extensions that you're using, thanks in advance.
Error: No Firebase App '[DEFAULT]' has been created - call firebase.initializeApp()
can i get the code?
Please make a clone app using react native & firebase like shopping app
Error: No Firebase App '[DEFAULT]' has been created - call firebase.initializeApp()
Error: No Firebase App '[DEFAULT]' has been created - call firebase.initializeApp()
Firebase with expo
Hello can I know why the firestore(). collection went into the constructor