【Flutter Web】TypeError: dart.global.firebase.firestore is not a function (Flutter WebでFirestoreにアクセスできない)
エラー内容
Flutter WebにFirestoreを使ってデータ保存機能を追加しようとしたところ、下記のエラーが発生しました。
TypeError: dart.global.firebase.firestore is not a function
at /* --- 省略 --- */
解決方法
web/index.htmlファイルのbodyタグ内に以下を記述。
※本記事執筆時ではver7.14.4ですが、ここは各自最新verを記述してください。
index.html
<script src="https://www.gstatic.com/firebasejs/7.14.4/firebase-firestore.js"></script>
記述できたらもう一度ビルドし直すと反映されます。
Author And Source
この問題について(【Flutter Web】TypeError: dart.global.firebase.firestore is not a function (Flutter WebでFirestoreにアクセスできない)), 我々は、より多くの情報をここで見つけました https://qiita.com/00__/items/ecdb65f8df846ac3c4ff著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .