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

How can I get the dowload url from images that are resized with firestorage image-resize extension?

I am able to download the url from the original uploaded file I am not able to download the url from the files that are created by the image resize extention. //making a ref beforehand const ref = db.collection("impressions").doc().id; //upload…
3
votes
1 answer

Firebase Image Resize Extension. Referencing the resized images

first time jumping into the Firebase extensions and felt Image Resizer was a good one to use for my needs. However, the documentation on using it is a little thing and leaving me a bit stuck. Currently, I upload the image, it auto generates the new…
KJParker
  • 710
  • 2
  • 9
  • 26
3
votes
0 answers

resize with different parameters for specific folder from storage [storage-resize-images extension]

I want to have differents config paramaters for specific folders for avoid extra billing for make unnecessary resizes but dunno if the extension support it. I have 2 folders, : /profile --> I want 40x40 and 180x180 /Images --> I want 200x300,…
anthony willis muñoz
  • 2,346
  • 3
  • 16
  • 33
3
votes
2 answers

Getting the JSON data from the "Export Collections to BigQuery" firebase extension into row column format

I'm currently using the Export Collections to BigQuery Firebase Extension. This is a Firebase Function that periodically updates Firestore Collections to BigQuery. This is great, but it seems to put Firestore Document Data into a "data" column…
3
votes
1 answer

Firestore extension for image resizing caught in infinite loop

Just want to preface this with, I know the functionality is new, only let out into the wild a week ago! Definitely will be patient with it. I've just set the Resize Image extension up and the test run (just uploading an image) is causing an infinite…
Thingamajig
  • 4,107
  • 7
  • 33
  • 61
2
votes
1 answer

Can i use the firebase user sub instead of the UID in firebase for stripe security rules?

So i want to integrate a stripe subscription to my project. I'm using firebase 9 and next-auth(I login only with google provider for now.)Since google provider with next-auth return only 3 data(name, email and image), i add a callback to…
2
votes
2 answers

Algolia Search Firebase Extension not tracking firestore database collection after install

I have installed the Search with Algolia extension into my firebase project, but after configuring the correct collection path ('listings) and inputting the Algolia Index Name and Algolia Application id. the index in Algolia is not registering…
2
votes
1 answer

Firebase Collection Stream to BigQuery Transform Function

the firebase extension "Stream Collections to BigQuery" allows for configuring a Transform Function for converting the Firestore Data Json to explicit BigQuery table…
2
votes
0 answers

Revenue Cat firebase integration events need to don't track sandbox purchases

Revenue cat firebase integration events need to don't track sandbox purchases. I tried to disable in firebase extension Test events tracking, but still getting events with environment SANDBOX. How can i disable sandbox purchase tracking to…
Wanderfeys
  • 21
  • 1
2
votes
0 answers

Algolia Firebase extension subcollection indexing

This is my Firestore structure: Products(root) -> product(document) -> prices(subCollection) The prices collection is in each product document. According to Algolia Firebase extension instructions, this is how to define the field for indexing. But…
Leo
  • 23
  • 1
  • 5
2
votes
0 answers

How can I add authenication fields to Firebase Trigger Email? I keep getting the error: "Missing credentials for PLAIN"

I am working on an email notification project for a school district. I am using the Flutter platform and have connected to Firebase. I have added the Trigger Email extension, set up the collection in Firestore and set up a Sendgrid account for the…
jhbiggs
  • 78
  • 7
2
votes
0 answers

Emails with Firebase extension Trigger Email go to spam

I have a contact form configured on my webpage (made with Flutter web) to send emails automatically with Firebase extension Trigger Email. However, they go directly to the spam folder. I have been reading about the causes why emails go to spam and I…
JAgüero
  • 403
  • 1
  • 4
  • 14
2
votes
0 answers

Mailchimp + Firebase - subscribe to newsletter

I am using Mailchimp and Firebase to send automated emails. I have installed the extension and it using Firebase Console, but for Contact Status option I chose 'Pending'. The thing is, I dont want every user that creates an account to be subscribed…
ALL
  • 91
  • 6
2
votes
1 answer

How to get resized image url using Firebase Resize Image extension form Reactjs app?

I have reactjs app and some images to show. Now I try to optimise my images. So I tried to resize and change the image to Webp format using firebase's Resize Image extension. So I got the images with name, example test_album_40x40.webp,…
2
votes
2 answers

Picture quality still reducing too much even after configuring resize images extension on firebase

I have an image upload function on my application that is using firebase as a backend. I've enabled the Resize Images extension, but the quality was too low on jpeg and webp files. In order to counteract this I added some Sharp Output Options as…
1
2
3
12 13