Questions tagged [firebase-extensions]

Firebase extensions are pre-packaged solutions available to be installed on projects within the Firebase serverless platform.

Firebase Extensions are a part of the Firebase serverless platform that allow deploying extended, pre-packaged functionality into applications developed on the Firebase platform.

Related Tags

193 questions
2
votes
3 answers

Firebase email trigger not working on gmail

I use firebase email trigger and trying to send an email to my gmail account and another account which is not gmail. I received email only on my another account, gmail doesn't work. Here is my code. db.collection('mail').add({ to:…
kdos
  • 31
  • 2
  • 5
2
votes
1 answer

Firebase + stripe + react native informing the client that the firebase function has finished

I am implementing a payment system with Stripe extension for firebase in a react native. However, i do not know how to behave in the following situation: I write initial information for the checkout_session when the user wants to proceed to…
2
votes
1 answer

Gmail displaying email username instead first and last name

Instead of FirstName LastName, Gmail is displaying only the username (hello) I'm using SendGrid, domain is authenticated and security set to automatic. As per SendGrid's documentation, DKIM and SPF records are managed automatically with this…
Georg
  • 610
  • 2
  • 8
  • 22
2
votes
1 answer

Storing the Firestore data as tabular format in BigQuery with Firebase Export Collections to BigQuery extension

I am trying to export my existing and all future data from my Firestore database to BigQuery. I am using Export Collections to BigQuery firebase extension, which does export my new data to BigQuery. The Users_raw_latest table has correct data in…
2
votes
1 answer

Which Realtime Database instance I need for Firebase Delete User Data extension

I'm trying to install the Firebase Delete User Data extension. I only use Firestore so I don't need Realtime Database but to configure the extension, an instance of the realtime database is required. I have the realtime database disabled. In order…
Garu
  • 1,159
  • 2
  • 10
  • 15
2
votes
1 answer

Firebase Translate Text Extension - Is it possible to translate fields in nested collections?

I am using Firebase Translate Text Extension to translate few documents fields in my project. I want to add one more field that is in a documents in the nested collection: So each document in collection "spots_test" has collection "reviews". I want…
2
votes
1 answer

Stripe firebase extension, listen to invoices collection in collection group

Regarding stripe extension for firebase: https://firebase.google.com/products/extensions/firestore-stripe-invoices I haven't found anything related in the documentation yet, and source code didn't reveal much to me (at least to my understanding). In…
2
votes
1 answer

How to get smtp uri

I have an application that I am working on and I want to use Amazon ses smtp to send email. I am using firebase as a backend. Firebase has a Triggger Email extension that I want to use. I have managed to do everything right but the Trigger Email…
user3399180
  • 476
  • 2
  • 7
  • 18
2
votes
1 answer

How to get resized image downloadedURL from Firebase Storage

Context I am passing an image from a file input an then uploading that image to firebase. I am using the all the default settings on the firebase resize image extension so the images are resizing to 200x200 and there's no file path or…
2
votes
1 answer

Can I use Firebase "Resize Images" Extension to a particular Cloud Storage folder?

I'm using firebase as a database in my application and I'm storing images to firebase cloud storage. I only want a particular folder's images to be resized rather than every image I upload can I do that using Firebase Resize Image extension?
2
votes
2 answers

Generate schema views using 'Export Collections to BigQuery' extension : fs-bq-schema-views

https://github.com/firebase/extensions/blob/master/firestore-bigquery-export/guides/GENERATE_SCHEMA_VIEWS.md I have tried to create schema-views script but not able to create. could anyone please help me with how to create step1?
1
vote
3 answers

Firebase Extension - Stripe Payments keeps failing to deploy resources

For the past hour I've been trying to install the Firebase Extension for Stripe Payments, and unfortunately it keeps failing to deploy the required resources. May someone might be able to help me debug this and install the extension…
1
vote
2 answers

What is the priority order regarding firebase extension and an onRequest Cloud function?

I have a pre-configured Firebase Stripe extension that will handle the Stripe role responsible for allowing access to premium content. Additionally, I have my own webhook that will call an onRequest function to perform some data migration. The issue…
Richardson
  • 1,804
  • 10
  • 38
1
vote
1 answer

Firebase extension sudden deployment validation error

Today when making some changes to my frontend and tried to deploy i suddenly get this error regarding an extension Extensions deploy had errors: - configure moralis-auth you have not accepted the Firebase Extensions User Terms of Service for…
Wesley van S
  • 69
  • 1
  • 12
1
vote
1 answer

How to use firebase extension Chatbot with ChatGPT to connect firebase and secret manager?

The extension Chatbot with ChatGPT, is it safe to input my Openai key into this third party extension? While installing this extension, I see I still need to manually input Openai API Key instead of getting the apikey from my secret manager? So if I…
1 2
3
12 13