Преглед на файлове

Fix para que busque dentro del collection que se supone

gilberto.cancel преди 3 години
родител
ревизия
4c07f85209
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2
    1
      screens/main/Cita.js

+ 2
- 1
screens/main/Cita.js Целия файл

@@ -72,7 +72,7 @@ export function Cita({route, navigation}) {
72 72
   function check_user_type_INT(){ 
73 73
 
74 74
     firebase.firestore()
75
-    .collection("Interprete")
75
+    .collection("Interpreters")
76 76
     .doc(firebase.auth().currentUser.uid)
77 77
     .get()
78 78
     .then((snapshot) => {
@@ -276,3 +276,4 @@ const mapDispatchProps = (dispatch) => bindActionCreators({fetchUser}, dispatch)
276 276
 export default connect(mapStateToProps, mapDispatchProps)(Cita);
277 277
 
278 278
 
279
+