I am using Firebase email and password authentication for user authentication in my app. One user's email contains uppercase letters, but when I add the user on
I made a service account in GCP designed to run a cloud function. This is the service account, complete with json keys that I downloaded. Then I made this cloud
I am currently writing a function in Firebase Functions to be called within my Firebase mobile application. I have the code to call the function, but I do not k
I'm trying to publish npm package to the google artifact registry (GAR). A package with the same version has already been published, but I've deleted it manuall
I've registered for a GDSC lead couple of days ago, I'm so curious about reply mail from them. Does any one know about the verifying/review process of GDSC lead
I am trying out cloud functions gen2, but somehow the cloudbuild that builds the function cannot find the cloud source repository URL. This seems undocumented i
I am running Airflowv1.10.15 on Cloud Composer v1.16.16. My DAG looks like this : from datetime import datetime, timedelta # imports from airflow import DAG fr
After creating a new organisation on GitHub and moving the repo from the old organisation to the new one I get the error message: "fatal: repository 'https://gi
Having an issue with Scheduled Queries, using a python script, I get the error: "google.api_core.exceptions.PermissionDenied: 403 The caller does not have permi
On Google Cloud Platform, I'm trying to create a back-end service with a new serverless network endpoint group. The region has to be very specific (europe-west3
I'm trying to deploy an application on Google App Engine but running into an error that doesn't include much information as to why the error is occurring. Here
I'm having trouble wrapping my head around GCP Logs Based Metrics. I have the following messages being logged from a cloud function: insertId: qwerty jsonPayloa
Is there an GCP API for getting labels for resources? I want to get a list of all labels for GCP Project. How to get all labels in GCP? Basically GCP Resource M
We have 3-4 services which we deploy via Instance Groups on GCP. We use an internal HTTP load balancer to allow access to these services within the network. Now
I have a managed jupyter notebook in Vertex AI that I want to schedule. The notebook works just fine as long as I start it manually, but as soon as it is schedu
I am using the Firebase Realtime database and I constructed a query for the node "Orders" which should return all items whole attribute "orderID" is equal to 2.
I'm trying to use the python client API to remove labels from a GCP project. I have been able to use this method to add labels, but the documentation is not cl
I wanted to know the best practice for invoking a callable (or "onCall") Firebase function from another Firebase callable function, where each of the callable f
I'm working with the Python library google-cloud-secret-manager and I'm facing some problems in creating a secret within a defined region. In the method secretm
this is my first time trying Firestore. I have a collection named users, where every user is a UID and every user has fields (name, phone, and contacts (array))