Explorar el Código

Fix para que busque dentro del collection que se supone

gilberto.cancel hace 3 años
padre
commit
4c07f85209
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      screens/main/Cita.js

+ 2
- 1
screens/main/Cita.js Ver fichero

72
   function check_user_type_INT(){ 
72
   function check_user_type_INT(){ 
73
 
73
 
74
     firebase.firestore()
74
     firebase.firestore()
75
-    .collection("Interprete")
75
+    .collection("Interpreters")
76
     .doc(firebase.auth().currentUser.uid)
76
     .doc(firebase.auth().currentUser.uid)
77
     .get()
77
     .get()
78
     .then((snapshot) => {
78
     .then((snapshot) => {
276
 export default connect(mapStateToProps, mapDispatchProps)(Cita);
276
 export default connect(mapStateToProps, mapDispatchProps)(Cita);
277
 
277
 
278
 
278
 
279
+