cuappdev / cuappdev/resell-react-native

Remove Firebase JavaScript SDK

Abierto
#208 1 comentario 0 reacciones 0 asignados Ver en GitHub
bug good first issue tech debt
Lenguaje dominante
TypeScript
Estrellas
6
Forks
1
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

Currently, Resell uses both the JavaScript Firebase SDK and the React Native Firebase library.

Based on the recent sign in bug, the JavaScript Firebase SDK behaves doesn't work so it should not be in use. Any part of our app that uses this fails, so we need to refactor this when we can. We also need some specific functionality of React Native Firebase, so since we are using that anyway, we should not have this inconsistency where we are relying on 2 different Firebase SDKs throughout the app.

We should completely remove the dependency on the JS Firebase SDK. You'll need to change `firebase.js` and other files that depend on it.

Let's start on this after we completely confirm that the JS Firebase SDK was causing the login issue though.

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.