Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content
Stack Overflow
  1. About
  2. For Teams
Loading…
Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives

Google Cloud Collective

A collective for developers who utilize Google Cloud’s infrastructure and platform capabilities. This collective is organized and managed by the Stack Overflow community.
333.9kQuestions
+52
+101
Contact
Contact
Stay up to date
We'll highlight new content in your collectives with a blue activity indicator on navigation items and posts.Manage preferences

Can you answer these questions?

View all unanswered questions

These questions still don't have an answer

0votes
0answers
13views

How can I count merchants with no shipments in a selected date range in Looker Studio?

I’m working in Looker Studio (Google Data Studio) using a Google Sheet as my data source.My dataset looks like this:Each merchant can have multiple shipments (or none).I have a date range control ...
0votes
0answers
25views

Google Cloud Run error with OpenTelemetry CloudMonitoringMetricsExporter: "One or more points were written more frequently than the maximum sampl..."

BackgroundI have a containerized Python Flask application that is deployed on Google Cloud Run. I want to extract custom metrics from this app and send them to Google Cloud Monitoring.I followed the ...
-1votes
0answers
17views

Power BI BigQuery connector error – “Dataset not found in location US

I'm trying to connect Power BI to Google BigQuery using the native connector, but I’m getting the following error message:DataSource.Error: ADBC: Cannot execute <ExecuteQueryInternalAsync>b__1 ...
0votes
0answers
32views

Ghost pushing in flutter app with push notifications

I created a flutter app with push notifications enabled, and I'm using firebase FCM HTTP v1 API to send push notifications to my device. Here's my FCM API POST payload.{ "message": { &...
0votes
0answers
13views

Twilio Integration and Dialogflow CX

I am trying to integrate Twilio and Dialogflow CX.In Dialogflow when I click connect to integrate Twilio:nothing happensconnects to twilio, within seconds the page refreshes back to Dialog Flow CX ...

Looking for an extra challenge?

View all bountied questions

These questions have a bounty on them

1vote
0answers
79views
+50

Why does Firebase App Check think that my app is not registered?

I've been working on a Flutter project for iOS, and I'm confused on why Firebase App Check isn't working. Last release, it worked fine, but this release, it fails...so this leads me to believe that it'...

Recommended answers

View all recommended answers

These answers have been recommended

0votes
1answer
27views

Rules for checking document key existence in Firestore

So I have a document for an event. Here's the current structure:{ "name": "Some Event Name", "users" : { "a": { "name": "Some Name&...
Answer Accepted

With Firestore security rules, your query must match your rule. So, if your rule demands that some condition be met, your query must absolutely ensure that condition holds for all matching documents, ...

View answer
Doug Stevenson's user avatar
1vote
1answer
34views

Firebase onCall function returning null even though await is there

I was able to successfully send this email with a onRequest call, but I would like to convert these on onCall Firebase calls. Here in my function below.For the sake of privacy, I removed the company ...
Answer

You didn't mention it in your question, but I'll say it here to help others in the future: you're using the nodemailer module to send email. The nodemailer API you're using is the sendMail method on ...

View answer
Doug Stevenson's user avatar
0votes
1answer
48views

Is the Firebase Flutter SDK for Windows officially production-ready? [closed]

I'm developing a cross-platform Flutter application and am targeting Windows as one of the platforms. I've been using Firebase for the backend on mobile and web, and I'm keen to use it for the Windows ...
Answer

All the official information is right in the Firebase documentation in the section on Setting up a desktop workflow (beta) with the C++ SDK. As the beta label already implies, this is officially ...

View answer
Frank van Puffelen's user avatar
0votes
1answer
37views

Firestore security rules: allow read only if custom claim pst is "true" or not present

I’m building a web app where users sign in with a Firebase Authentication custom token. The token has claims like this:{ "iss": "------", "sub": "------", ...
Answer

According to the documentation for request.auth, request.auth.token is a Map object, so you will want to review the documentation for the Map object. In there, you will see that there is syntax for ...

View answer
Doug Stevenson's user avatar
1vote
1answer
57views

Firebase databaseReference returning all data only in iOS

I'm having a problem with my Flutter SDK code where when I call the function to fetch data from the databaseReference it returns all the data from my database (8950 items), even though I'm doing the ...
Answer Accepted

Unfortunately this is one of a number of known issues with the implementation of getData() on iOS (#12168, #14137, #12965, #8286). Since the Flutter SDK wraps the native SDKs, it is affected by this ...

View answer
Frank van Puffelen's user avatar

See what's trending

View all trending questions

These are the most active questions in Google Cloud Collective

341votes
65answers
366kviews

Flutter and google_sign_in plugin: PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException: 10: , null)

The dialog for the credentials is opened successfully(Google's account selector dialog), but after I fill my credentials I'm getting this error. I followed the instructions from here. Created a ...
590votes
32answers
636kviews

How to handle notification when app in background in Firebase

Here is my manifest:<service android:name=".fcm.PshycoFirebaseMessagingServices"> <intent-filter> <action android:name="com.google.firebase.MESSAGING_EVENT&...
400votes
40answers
448kviews

Default FirebaseApp is not initialized

We're seeing a few exceptions with the message Default FirebaseApp is not initialized in this process com.example.app. Make sure to call FirebaseApp.initializeApp(Context) first. in our Android app in ...
589votes
29answers
213kviews

google-services.json for different productFlavors

Update: GCM is deprecated, use FCMI'm implementing the new Google Cloud Messaging following the guides from the Google Developers page hereI've successfully run and test it. But my problem now is I ...
510votes
29answers
477kviews

No Firebase App '[DEFAULT]' has been created - call Firebase.initializeApp() in Flutter and Firebase

I am building a Flutter application and I have integrated Firebase, but I keep getting this error when I click on a button either to register, login, or logout. I have seen other people have asked the ...

Learn something new
These are the most recent articles in Google Cloud Collective
1vote
389views
1 minute read

Understanding Multi-Attach Errors in Google Kubernetes Engine

Recently, I encountered the following error while working with a statefulset that had only one replica:Warning FailedAttachVolume attachdetach-controller Multi-Attach error for volume <pvc_name>...
5votes
1kviews
1 minute read

The upgrade to GKE 1.26+ activates cgroup v2, causing disruptions to java based workloads.

Hey folks at GKEAs the GKE v1.25 is nearing its end-of-life, it is important to understand the impact of the upgrade before proceeding with the cluster upgrade operation.I have come across an issue ...
Nani's user avatar
  • 838
3votes
21kviews
3 minute read

How to complete GCP Docs/Tutorial when your Organization Policy blocks External IPs?

How to complete GCP Docs/Tutorial When Your Organization policy blocks External IPs on VMs?In this how-to you will be resolving a common Organization policy constraint of not allowing External IPs on ...
codeangler's user avatar
0votes
221views
2 minute read

Solving Firebase v9 Code Clutter with a Dot Pattern Helper Class in TypeScript To Help Maximize Firebase v9 bundle Efficiency

Since the release of firebase v9, the bundle size of the client has reduced substantially since now the functions that are used are the only ones being imported and bundled.But this modularity comes ...
2votes
729views
6 minute read

8 Labs by Google Cloud The Arcade — Trivia Jul 2023

If you've never heard The Arcade by Google Cloud, it's a Qwiklabs and Google Cloud program where they create a learning experience for you where you can win prizes and measure your cloud knowledge ...
Collectives on Stack Overflow: a subcommunity defined by tags to help you find trusted answers faster and share knowledge with the community.
Get started with collectives
AVERAGE RESPONSE RATE(within 24 hours)
30%
Help improve the percentage byAnswering questions
LEADERBOARD POSITION
the collective and see where you rank to compete
Top tags
 × 143704 questions
 × 50456 questions
 × 47657 questions
 × 47657 questions
 × 42798 questions
Members can contribute articles
Simply submit a proposal, get it approved, and publish it.
See how the process works

[8]ページ先頭

©2009-2025 Movatter.jp