angular / angular/angularfire

Firebase errors on pull of collections and documents.

オープン
#3,688 コメント 1 件 リアクション 1 件 担当者 0 名 GitHub で見る
主要言語
TypeScript
スター
7.8k
フォーク
2.2k
平均マージ
22時間 28分
マージ済み PR(30日)
6

説明

Get these errors in the browser console.

"Error getting document at path ******: FirebaseError: Expected first argument to collection() to be a CollectionReference, a DocumentReference or FirebaseFirestore"

and

"Error fetching user data: FirebaseError: Expected first argument to collection() to be a CollectionReference, a DocumentReference or FirebaseFirestore"

Had to override firebase with this in the package.json to get it to pull documents from firebase db.

"overrides": {
"firebase": "^12.7.0"
},

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

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

調査の方向性

package.json の Firebase 依存関係から始め、collection と document の取得時にブラウザーコンソールで発生するエラーを再現します。報告されている firebase ^12.7.0 の override の有無で動作を比較し、その後、override なし、かつどちらのエラーも発生しない状態で collection とユーザーデータの読み取りが機能することを確認します。

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

評価

技術スタック
angular, firebase, typescript
領域
database
issue の種類
バグ
難易度
4/5
見積もり時間
3〜5日
活発さ
静か
明瞭さ
説明が足りない
初心者へのやさしさ
35/100

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

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