Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
0 answers
19 views

Using Google Place Autocomplete API key on client side javascript for getting autocomplete suggestions for address autofill

I am developing a web application using HTML, CSS, Javascript as frontend and Django as backend python server. I have a form on the frontend side which consists of common address fields like street ...
Srinath Silla's user avatar
0 votes
0 answers
23 views

Why is my Google social login working despite my app not being published?

I have implemented Google social login for my web application. Here are the steps I've taken so far: Created an OAuth 2.0 Client ID in the Google Cloud Console. Added my application's domains under &...
khem K's user avatar
  • 1
0 votes
2 answers
24 views

How do I get just one singular field out of a Firestore document and add it to a new document?

I am trying to make a chat where at the top of each message it displays the user's name on the top of each document they add when they send each message but I am unable to get the single field without ...
Epimetheus14's user avatar
0 votes
1 answer
44 views

Firestore add method throws error "Error: 13 INTERNAL: An internal error occurred."

My Cloud Function is logging out this error while it is being called. Error: 13 INTERNAL: An internal error occurred. at callErrorFromStatus (/workspace/node_modules/google-gax/node_modules/@grpc/...
sieusaopolo15's user avatar
0 votes
0 answers
23 views

How can I get the agent response as audio instead of text when using microphone from Dialogflow CX using javascript

`I have created an agent using dialogflow cx. As the mic wouldn't work for the defaulted dialogflow messenger I have used the javascript so that the mic and the functionality works. The text is ...
Pranil00's user avatar
0 votes
1 answer
31 views

Cloud function triggered by Firestore event

I have deployed cloud function (Gen 2) that is supposed to be triggered each time a new document in "messages" collection is created in my Firestore DB. Than the "test" data field ...
Ana's user avatar
  • 1
0 votes
2 answers
39 views

How do I query firestore data that is inside collections in said document?

I am trying to run a query to see if a user's document contains a product ID inside of the document but the problem is that the product ID is stored within its own dropdown collection and not in the ...
Epimetheus14's user avatar
1 vote
0 answers
20 views

How to trigger a Firebase Cloud Function for a specific DB instance? [duplicate]

I have 2 DB in the same project, and I need to trigger "onDocumentCreated" for a specific DB. The problem is that this function has only 2 parameters : document — The Firestore document ...
Nicolai's user avatar
  • 45
0 votes
0 answers
43 views

API project is not authorized to use this even no ristriction

I have a issue regarding Directions API Response: { "error_message" : "This API project is not authorized to use this API.", "routes" : [], "status" : &...
Gautam chibi's user avatar
0 votes
2 answers
41 views

FirebaseError: Invalid query. All where filters with an inequality

According to this documentation of compound queires I can make queries like this: query( collection(db, 'users', user.value.id, 'leaderboard'), and( where('series.seriesStartDate', '<=', ...
Abdul Rafay Shaikh's user avatar
0 votes
1 answer
27 views

Firebase Cloud Functions proper way to return

I'm writing a Cloud Function for Firebase which should change a user's password on my web app. Everything is working fine, but I was just wondering whether my code is optimized and well written, since ...
Andrea Militano's user avatar
0 votes
1 answer
25 views

What are the implications of using the select() query on a large Firestore doc versus splitting the data between multiple docs?

I'm looking to store a large amount of binned time series data in Firestore. Each key will be the timestamp that marks the start of that binning period (e.g. "1716505200"). I want to be able ...
Logan Armstrong's user avatar
0 votes
1 answer
184 views

How to implement the most basic use of Google reCaptcha v3

I am running a Wordpress site and want to protect a custom contact form with Googles reCaptcha v3. Sadly my code seems to be wrong and I couldnt find the problem, please help. This is my Form <?php ...
Felix's user avatar
  • 1
0 votes
0 answers
39 views

Google authentication not visible on mobile devices

Well, basically I'm working on a login for an access control I'm working on so I ended up with Google API, and since I'm new to this I have had a lot of troubles, currently I'm really happy because I ...
Jhosmar Suarez's user avatar
-1 votes
1 answer
47 views

How do I make separate api calls for different sheets (that are from one spreadsheet)?

I am trying to integrate google sheets api with nodejs. I am wondering what the correct syntax is for calling two different sheets, separately (note that they are inside one spreadsheet). I tried ...
meue1004's user avatar

15 30 50 per page
1
2 3 4 5
83