deepankar14693
deepankar14693
@knour89 did you find any solution, because I'm also stuck with the same?
@knour89 : Here is the solution of your exact problem. Instead of calling await firebase.set(`users/${createdUser.user.uid}`, { ...newUser }) from action creator try the given below function from registerForm, you just...
@eliasnorrby I was just trying to help @knour89 out so that he can move on with further development and not just get stuck. I tried finding the solution to use...
@eliasnorrby what about createFirestoreInstance which is imported from redux-firestore and passed as props to ReactReduxFirebaseProvider. Infact it takes firebase as parameter and in return gives a firestore instance. Time for...
selectedItemTextStyle works for custom component but this is really bad that it distinguishes options on the basis of label and not on the key. So, if you have same options...