firestore
含有「firestore」共 1 篇內容
全部內容
發佈日期由新至舊
newman的沙龍
2023/12/26
技術筆記-用 python 操作 google firestore 的基本方法
firestore 是 google 所提供的雲端文件式資料庫服務,為各種開發工具提供了方便使用的 sdk,python 的套件名稱為 firebase-admin,用 pip 安裝後就可操作了。 pip install firebase-admin
#
firestore
#
python
#
資料庫
2
留言