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
0
votes
1 answer

Best solution for a small Discord bot and external file/db

I made a Discord bot. Its only function is if a DC member writes a keyword, the bot will send the: link to an image Link to a post So, for each keyword, I have 2 URLs. Currently, this data is written in code. I wish to store this data in an…
LosmiNCL
  • 33
  • 3
  • 11
0
votes
1 answer

Is it possible to get the Google Cloud Messaging server key using the CLI?

I'm working on an automation script to create Firebase projects with the GCM API enabled. So far I managed to create the project and enable the Google Cloud Messaging API (googlecloudmessaging.googleapis.com) by using the following command: gcloud…
Rafael
  • 101
  • 2
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
1 answer

About Firebase virus scan

I have a question about how often Firebase security definition files are updated I have a question about Firebase. I am currently using Firebase Hosting and Firebase Storage. What does the Firebase Hosting server do for virus protection, such as…
pregum
  • 3
  • 2
0
votes
1 answer

Associating custom domain with Python Cloud Function in GCP

I am looking to use my domain with my cloud function. Currently there's one way to do it using Firebase Hosting + Cloud functions but that just supports JS and TS for now. Anyway we can assign custom domain for python cloud function?
Ayush
  • 1
0
votes
2 answers

Have sub-domain point to different firebase project than base domain

I am trying to get my project domain mypage.com to be hosted at and point to a firebase project A, and also have a sub domain, admin.mypage.com, point to and be hosted at firebase project B. I have my mypage.com domain registered at…
Jousi
  • 121
  • 5
-1
votes
1 answer

Google Cloud us-west1 Cloud Functions not available?

I am trying to set up a Cloud Firestore database in the us-west1 region. However, I am getting the following message: I am confused because the docs clearly state in multiple places that us-west1 supports Cloud Functions. Is this warning incorrect?…
Coder-256
  • 101
  • 3
-1
votes
1 answer

Cannot proceed wizard of adding custom domain on Firebase Hosting

I am trying to add custom domain to my new app on Firebase Hosting. Following official documents, I pressed "add custom domain" button in my project's Hosting page and stared a wizard. In the wizard step 1, I entered my domain "example.com" and…
1
2