【问题标题】:Is it possible to upload python list directly to firebase?是否可以将python列表直接上传到firebase?
【发布时间】:2022-08-24 20:49:29
【问题描述】:

我有一个需要进入我的 firebase 的 python 数据列表,我可以将整个列表作为一个实体上传吗?

标签: python firebase firebase-realtime-database pyrebase


【解决方案1】:

非常模糊的问题,但通过使用答案是肯定的

db.child(the_location_you_want).set(your_list)

【讨论】:

  • 如果这是你想要的
猜你喜欢
  • 2021-11-06
  • 1970-01-01
  • 1970-01-01
  • 2011-11-27
  • 2014-03-07
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2017-03-10
相关资源
最近更新 更多