Getting Started with Cloud Firestore with Python - Firecasts

preview_player
Показать описание


Links:

Рекомендации по теме
Комментарии
Автор

I was stuck into something for an hour and this video fixed it in seconds. Thanks, really helpful and crisp video.

sushantmehta
Автор

I got stuck at what to write in a getQuote function before calling. Can you please share your code here???

rajasriveta
Автор

2:28 so if i can't put it in to client app, what should I do there ?

tieriakikajaki
Автор

So how can I create and add that function?

JohnBiddulph
Автор

so for security reason I cannot use the admin_sdk inside a python user client app? What should I use to let the final user create and update documents with the app (using python)?

andr
Автор

Hi, i want to make an app in which we will write a python code execute and give output
But the problem is that how can i execute python program in app can firebase help me
Please help me....

rohitkr.
Автор

Firestore for python is not working...a SINGLE COMMENT in the documentation says that the project ID must be added as an environment variable of the system running the code in my case a raspberry pi 3, but it NEVER says

pembatamang
Автор

how can i send my data to random doc using django UI because as i am send my data to doc its overriding

muhammadfayyaz
Автор

I tested with Python 3.7.3 and firebase_admin, read database, add to database, works very well. The problem is the tutorials and sample area for learning. For example: the get is not used, but you can use stream... Thank you for share. Best regards.

catafest
Автор

how do i publish notifications in a topic from rest api hosted on my company's servers, i have the receiving clients, but now i need to generate the notifications

nuniezjorge
Автор

Do you have a video about python on iot (ESP32) to firebase?

amrikhurniawan
Автор

why you wrote u'sampleData instead of sampleData (as the collection name is sampleData)

ashishucheniya
Автор

You recommend taking a look at Todd's video, do you have a URL for it?

kavustock
Автор

I get this error
ContextualVersionConflict: (requests 2.13.0 (/usr/local/lib/python3.6/site-packages), Requirement.parse('requests<3.0.0dev, >=2.18.0'), {'google-api-core'})

ShuanWu
Автор

Very helpful - is the admin SDK the only way to connect Firestore to Python? A detailed tutorial about running a Python server on App Engine connecting to Firestore would be good.

townheadbluesboy
Автор

Where can I find the inspiration quote video from 0:40?

NerdRenato
Автор

Hey Jen, is the code for this available on GitHub?

blondevinc
Автор

which is the text editor used in this video is there any equivalent of it in windows

jayeshmarathe
Автор

Does anyone know how to insert Timestamp object to Firestore?
I know you can use firestore.SERVER_TIMESTAMP, but that would insert current time. What if I want to insert a date of birth, which is obviously NOT the current date?

doryaman
Автор

In my case the data is going to real-time database instead of firestore
PLEASE help ME

divyatejapasupuleti