-3

I have a list of python data that I need to get into my firebase , can I upload the entire list as one entity?

Mihir Sanjay
  • 43
  • 1
  • 6
  • plz, add your code. – Prakhar Sharma Jul 26 '22 at 11:45
  • Asking questions with "is it possible" is very vague. So, the answer is "yes, it's possible" but without more information we cannot provide any details. Please take a moment and review [How to ask a good question](https://stackoverflow.com/help/how-to-ask) and [How to create a Minimal, Reproducible Example](https://stackoverflow.com/help/minimal-reproducible-example) – Jay Jul 29 '22 at 19:16

1 Answers1

0

very vauge question but the answer is yes by using

db.child(the_location_you_want).set(your_list)
Dlyze I
  • 71
  • 8