Тёмный

Python - How To Create Firestore Database 

Bytes Of Code
Подписаться 489
Просмотров 10 тыс.
50% 1

#python #programming #tutorial #firebase
Firebase is a very quick and easy way to handle data on the cloud. Let's see step by step how to use firebase with python.
sites.google.com/view/bytesof...
Chapters:
0:20- What is Firebase
1:00 - Firestore Database Intro
2:20 - Setup your Firebase project
3:19 - Setup your Firestore Database
4:50 - Setup Firebase in Python
6:00 - Create data in the database

Наука

Опубликовано:

 

25 июн 2023

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 20   
@letsnot123
@letsnot123 9 месяцев назад
omg this was SO helpful! Thank you!! Can't wait to watch the next one ^_^
@BytesOfCode
@BytesOfCode 9 месяцев назад
Thanks!
@Krullfath
@Krullfath 6 месяцев назад
tysm for this tutorial, literally all others didn't work except this one, appreciate it very much, now I can finally further develop my app
@BytesOfCode
@BytesOfCode 6 месяцев назад
Thank you for this! It is nice to know the videos are helping
@jhevi9161
@jhevi9161 8 месяцев назад
thank you
@tehseenbaig3198
@tehseenbaig3198 6 месяцев назад
i dont understand what json file you give in the path? can anyone tell
@yusra6864
@yusra6864 5 месяцев назад
How can I create or upload tables in the database ?
@DeSofSistemas
@DeSofSistemas 7 месяцев назад
That worked perfect!! Thank you so much. Now I ask you... is it possible to add more than one document at the same time?
@BytesOfCode
@BytesOfCode 7 месяцев назад
What i would recommend is using a loop to upload documents, # List of documents to add documents = [ {'field1': 'value1', 'field2': 'value2'}, {'field1': 'value3', 'field2': 'value4'}, # Add more documents as needed ] # Add each document to the collection for document_data in documents: # Add a new document with an auto-generated ID new_document_ref = collection_ref.add(document_data) print(f"Document added with ID: {new_document_ref.id}")
@kaie27
@kaie27 9 месяцев назад
thanks, this was straight to the point. r u gonna make the other vids?>
@BytesOfCode
@BytesOfCode 9 месяцев назад
Yes! New video coming soon to explain other firebase functions. Thanks!
@piquanttorture
@piquanttorture Год назад
Will there be any further updates for your ai assistent? I would love to see any
@BytesOfCode
@BytesOfCode Год назад
We can always add on to the assistant! What is something you are interested in?
@piquanttorture
@piquanttorture Год назад
@@BytesOfCode I'd love to see a general guide on how to launch a custom scripts with the assistant and give any input arguments
@hibabennasr
@hibabennasr 4 месяца назад
how to get data from storage in python
@jonathasrobison9167
@jonathasrobison9167 Год назад
Existe uma forma de criar categorias para ADM e users onde o ADM poderia por exemplo enviar uma imagem para o storege
@BytesOfCode
@BytesOfCode Год назад
Grande quest, sim, existe. Em FireBase Console existe um arquivo de configuração que permite restringir o acesso e você pode se tornar muito específico nesse arquivo de configuração, com certeza incluirei isso em algum momento de meus vídeos. Além disso, para fazer upload de uma imagem no Firebase, você precisa convertê-la em Bytes antes de fazer o upload
@jonathasrobison9167
@jonathasrobison9167 Год назад
@@BytesOfCode vou tentar obrigado
@cloudsss83
@cloudsss83 7 месяцев назад
best tip you can get regarding firebase... don't use firebase.
@bobdean8165
@bobdean8165 Год назад
*Promosm*
Далее
Streamlit AMA App ft. Firestore Database
9:19
Просмотров 3,8 тыс.
PORTAL SPAMMER🤬🤬🤬| Doge Gaming
00:19
Просмотров 683 тыс.
Schoolboy - Часть 2
00:12
Просмотров 4,1 млн
Python - Handle Data in Firestore Database
15:49
Просмотров 3,1 тыс.
Modern Graphical User Interfaces in Python
11:12
Просмотров 1,5 млн
Firebase Firestore Python Tutorial
13:12
Просмотров 10 тыс.
Model Relational Data in Firestore NoSQL
9:13
Просмотров 372 тыс.
Python 101: Learn the 5 Must-Know Concepts
20:00
Просмотров 1,1 млн
SQLite Databases With Python - Full Course
1:29:37
Просмотров 661 тыс.