Skip to content
Advertisement

Tag: firebase

Callable Cloud Function error: Response is missing data field, when trying to call cloud function written in python from flutter app

I’ve been stuck for a few days trying to call a cloud function that was written in Python that takes no parameters from my flutter app, but I keep getting an error that says ‘Response is missing data field’. This is confusing me because the function takes no parameters so I’m wondering if I’m missing something. This is what the

How to initialize google-cloud-firestore – Python

This is a example code from https://googleapis.dev/python/firestore/latest/ When I run that it shows but I don’t know how to initialize that and also I don’t want to do that by using environmental variables If anyone knows pls inform me Thanks in advance Answer If you have access to this particular project, you need to go to the Google cloud console

Calling Firestore Database from another Cloud Project shows “Permission Error”

After reading every piece of question, documentation available online, we couldn’t find a solution, so posting a question here. Our Setup : Project FB: Used only for Firestore in Dev mode. We want to access data from this project in our dev backend server, hosted on a different cloud project. Project GCP: A GCP Project with app deployed in GAE

Advertisement