Can not fetch data from Google fire store

0 votes
i have https domain with django platfrom based apache server  when i convert my domain from http to https and get a certified ssl certificate from let en-crypt site after that i can not retrive data from firestore using doc_ref.get()  of firestore. but this function run in https server what is the problem?? i can not under stand please help me to solve this problem...
Nov 18, 2019 in Python by anonymous
• 120 points
471 views

No answer to this question. Be the first to respond.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.

Related Questions In Python

0 votes
1 answer

Can anyone help to write a regular expression to fetch TEST:31275 from the below text?

Try using the following expression: Grep -o "TEST:d+" ...READ MORE

answered Jun 25, 2020 in Python by Nipul Aglawe
315 views
0 votes
1 answer

How can I find out the index of an element from row and column in Python?

You probably want to use np.ravel_multi_index: [code] import numpy ...READ MORE

answered Apr 16, 2018 in Python by charlie_brown
• 7,720 points
2,013 views
0 votes
1 answer

How can I convert a list of dictionaries from a CSV into a JSON object in Python?

You could try using the AST module. ...READ MORE

answered Apr 17, 2018 in Python by anonymous
3,215 views
0 votes
2 answers

Extracting data from a JSON file in Python

Here is what i found and was ...READ MORE

answered Nov 27, 2018 in Python by Rupali
29,267 views
0 votes
1 answer

Linux command-line call not returning what it should from os.system?

What gets returned is the return value ...READ MORE

answered Aug 29, 2018 in Python by Priyaj
• 58,090 points
639 views
0 votes
1 answer

Game is not starting from PyGame?

It seems to me like someone made ...READ MORE

answered Sep 28, 2018 in Python by Priyaj
• 58,090 points
1,029 views
0 votes
1 answer

can not decompress lz4 bytes in python

We need an Minimal, Complete, and Verifiable example to ...READ MORE

answered Oct 4, 2018 in Python by Priyaj
• 58,090 points
989 views
0 votes
1 answer

Google PubSub Subscription cannot recover from StatusCode.UNAVAILABLE [code=8a75] error

I'm seeing similar behavior as you. Except ...READ MORE

answered Oct 5, 2018 in Python by Priyaj
• 58,090 points
1,966 views
0 votes
1 answer

How can I change the data type to string in Python?

You can use str(variablename) This is called conversion ...READ MORE

answered Dec 18, 2018 in Python by Shuvodip
690 views
0 votes
1 answer

How can I read numbers in Python from a custom file?

Hi, good question. Let us first assume that ...READ MORE

answered Feb 6, 2019 in Python by Nymeria
• 3,560 points
837 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP