Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Remove Firebase JavaScript SDK

オープン
#208 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
25/100
issue の種類
リファクタリング
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
firebase, javascript, react-native, typescript
領域
mobile

調査の方向性

まず JavaScript Firebase SDK がログイン問題の原因になったことを確認し、次に firebase.js と、それに依存する他のファイルを調査します。これらの使用箇所を追跡して必要な変更を特定し、アプリが引き続き React Native Firebase を使用しながら、JavaScript SDK の依存関係が完全に削除されていることを確認します。

索引モデルが issue の本文から書いたものです。

説明

bug good first issue tech debt

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.

主要言語
TypeScript
スター
6
フォーク
1
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

cuappdev/resell-react-native のほかの issue

cuappdev/resell-react-native の issue をすべて見る

似ている issue

TypeScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。