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.

23 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
  • 2
  • 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…
2
votes
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
  • 161
  • 5
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

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…
1
vote
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…
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

How to troubleshoot quota problems on Firebase to BigQuery integraton?

I'm trying to link my App's Firebase account to a BigQuery sandbox. It worked a few months ago and stopped when it reached a limit. Therefore I cleaned all BQ data to give enough space for it to work again (as following image indicates): Firebase…
0
votes
0 answers

Firebase console user access control

Im looking for a way to have user management (creation, management, roles assigments, etc.) for Firebase console users (not app code level control). So far I've been testing solutions to this situation by integrating Microsoft as a provider in…
0
votes
1 answer

Google Firebase Cloud Functions: Error: Your project is being set up. Please wait a minute before deploying again

I have a Google Cloud / Firebase project, let's call it A, to which I can normally deploy Cloud Functions via the firebase deploy command. Recently I've had to set up a parallel project that is supposed to run the same functions, just with a…
0
votes
0 answers

Optimal Firebase Realtime Database user groups and permissions design

I'm attempting to design a Realtime Database with Firebase that will be scalable as our company grows, and I'm not sure what will be most beneficial long term. I'm looking to create user groups to restrict access to different nodes in the database…
1
2