Questions tagged [firebase]

Firebase is a mobile and web application platform with tools and infrastructure designed to help developers build high-quality apps. Firebase was purchased by Google in October 2014.

Firebase is a mobile and web application platform with tools and infrastructure designed to help developers build high-quality apps. Firebase is made up of complementary features that developers can mix-and-match to fit their needs.

Key features include Analytics, Coud Messaging, Messaging, Authentication, a Realtime Database, Synchronization, Storage, Hosting, Testing, and Crash Reporting.

20 questions
8
votes
2 answers

Somebody created projects on Google Cloud in my account without my knowledge

When I access Google Cloud, I see some projects that I haven't created. It seems I can't delete them too, I lack permissions to manage them. I am not using anything from Google Cloud at the moment and want to get rid of all of them. Also one of…
liewl
  • 207
  • 1
  • 9
3
votes
2 answers

Google Cloud Function: Could not load the default credentials

I noticed error in my Cloud Function invocation via Pub/Sub. Every time it throws an Error : Error: Could not load the default credentials. Browse to https://cloud.google.com/docs/authentication/getting-started for more information. at…
Denys Kobzar
  • 31
  • 1
  • 2
3
votes
1 answer

Adding more than 20 CNAMES/custom domains to point to a Firebase hosting endpoint

We currently have a self-hosted solution that allows our customers to add CNAMES to access their content through their own domains. We're moving the entire stack to Google Cloud, with the main product residing on a Firebase Hosting deployment, with…
2
votes
0 answers

Failed connections from AT&T cellular to Google Cloud Functions

For the last 48h or so, we have had users on AT&T cellular in the US reporting connectivity issues with our mobile Firebase application. We've narrowed the problem down to Cloud Functions: users on AT&T cellular cannot connect to our Cloud Functions…
1
vote
1 answer

Firebase auth: Error getting access token from GOOGLE_OIDC

I have two Firebase projects, with one I can login using Google auth, no problem. But the other gives me this error. I can't find any difference in settings between the two. With both, I'm running the project and logging in from localhost. Error…
rm.rf.etc
  • 141
  • 4
1
vote
2 answers

What exactly mean "No Outbound Networking" in free tier on Google Firebase functions?

In Google Firebase pricing (https://firebase.google.com/pricing/) table states: The Spark plan only allows outbound network requests to Google-owned services. Does it mean that JS function in web browser (client) page can't call Firebase…
Benny7500
  • 129
  • 1
  • 3
1
vote
0 answers

Downgrade Google Identity Platform back to Firebase Authentication

We used Firebase Authentication and were happy about it. Then I clicked the "migrate to Identity Platform" button — but that was a mistake. We don't use any of the advantages but end up paying the fees. How can I downgrade it back to Firebase…
1
vote
1 answer

Google Cloud Certificate provisioning_failed but domain active - Serverless NEG

I have firebase functions (Google Cloud Functions) that work on their https://.cloudfunctions.net/. I have created a HTTPS Load Balancer with a Serverless NEG, Created SSL certificate (Google Managed). I have enabled both HTTP and HTTPS as…
udaykor
  • 11
  • 2
1
vote
0 answers

Passing firebase authentication into http authentication for nginx web service

I'm trying to use a basic firebase app as a (secured) entrypoint to some web services hosted on a web server (using nginx). The links to the webserver are simply hidden on the html (e.g. class='hiddenlink' id="lnk1" ) page until the user logs into…
wokiwiv
  • 11
  • 1
0
votes
0 answers

IAM & Admin Roles issue GCP

The IAM & Admin Roles some issue with load the Roles. I am not able to manage roles and also my App Engine default service account is disable. and also my firebase not working which is linked to this project. There is screenshots: Roles Service…
0
votes
0 answers

[GCP]: Error on accessing Firebase PrivateKey through Cloud Run env variable, Failed to parse private key: Error: Invalid PEM formatted message

The firebase service-account JSON was downloaded and accessed via environment variable in NESTJS application on Local it works fine (using this steps…
0
votes
0 answers

How to create a working initial app release with Firebase OTP and Google App Signing without re-releasing?

I have a white-label app that uses OTP phone verification via Firebase. I plan to brand and publish this app several times with distinguishable icons and themes under different names. I want to use Google App Signing in which I release a bundle file…
Martin Braun
  • 130
  • 8
0
votes
0 answers

ERROR FirebaseError: Quota exceeded with recaptcha authentication for both developement and production

We are using recaptcha of firebase for Authentication with ionic4. So after 1 month of firebase's project registration. Firebase showing "You have gone over your daily usage limits" on firebase Database and giving message("ERROR FirebaseError: Quota…
0
votes
0 answers

Google cloud functions contains whole application code unlike aws lambda which contains only function specific code

I was using aws lambda for few projects. In lambda i can package only function specific code so every function has only its own code. and now i am using google cloud functions for my new project. I've deployed few functions but all the functions…
0
votes
0 answers

How to use Google Tag Manager for iOS with GCP Recommendations AI?

We are planning to make a recommendations engine for the features in the app and we were thinking about using GCP Recommendations AI. Then, we ran into some unclear areas due to lack of examples. GCP Recommendations AI is not only for shopping…
1
2