|
|
@@ -22,7 +22,7 @@ export function AuthProvider(props) {
|
|
|
const [agendaRequest, setAgendaRequest] = React.useState(empty);
|
|
|
const [sessionJWT, sessionJWTLoading] = useHttp(sessionRequest);
|
|
|
const [agendaResponse, agendaResponseLoading, agendaError] = useHttp(agendaRequest);
|
|
|
-
|
|
|
+ console.log(sessionFb);
|
|
|
const signIn = React.useCallback(async (email, password) => {
|
|
|
try {
|
|
|
if(tipoProyecto === TIPO_PROJECTO_FIREBASE){
|