I have a list of python data that I need to get into my firebase , can I upload the entire list as one entity?
Asked
Active
Viewed 62 times
-3
-
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 Answers
0
very vauge question but the answer is yes by using
db.child(the_location_you_want).set(your_list)

Dlyze I
- 71
- 8
-
-
1Thanks for your contribution, but with such a vague question, I would say it's best not to try to answer it until OP has clarified it. – joanis Aug 24 '22 at 17:53
-