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

Use more than one email account for firebase trigger email extension

I am using firebase extension trigger email for sending mails on firestore events trigger and have added smtp uri of a single email account of my domain in the form of smtps://name@domain.com:password@smtp.yandex.com:465**) , how can i send email…
mayank3503
  • 315
  • 4
  • 17
0
votes
1 answer

How to implement Firebase Distributed Counter extension in Angular

I'm trying to implement the Firebase Distributed Counter Extension in my Angular application, but I'm not quite sure how to go about this. The instructions say to include the sharded-counter.js file in your project and they give the following…
0
votes
0 answers

accidentally deleted the function for Resize Images extension

I accidentally deleted the function for Resize Images extension and now im in a limbo state. I no longer want this extension and I cant uninstall it because the function was deleted. How do I go about removing this extension from firebase?
0
votes
1 answer

Update profile photo after images resized with Firebase extension

during the creation of my user I insert your photos in the Firebase Storage database (as shown in the method below): final StorageReference ref = FirebaseStorage.getInstance().getReference("/images/"+barNomeUser.getText().toString()+"perfilFoto");…
0
votes
0 answers

Firebase Extension - Resize

I wanted to try the Resize-Firebase-Extension. Configuration seemed very easy and pictures i upload to that bucket are being handled. The new /thumbs folder appeared and telling by the given size a much smaller version of these images is displayed…
0
votes
0 answers

Can't download resized image from Firebase Storage

I'm using Firebase's Resize Images extension to automatically make thumbnails for my uploaded images the problem is that the generated resized images don't have an Access token I can't even see the resized image from the storage console until I…
0
votes
3 answers

Export Collections to BigQuery

I have tried to export collection to BigQuery using Export Collections to BigQuery extension. But I am not able to export all collections. I need to export all collection and subcollection to BiqQuery using Export Collections to BigQuery…
0
votes
1 answer

storage-resize-images: Cloud Storage trigger bucket [BUCKET NAME] not found

I tried to install the storage-resize-images extension, but received the following error: Error occurred while deploying resources: RESOURCE_ERROR: /deployments/firebase-ext-storage-resize-images/resources/generateResizedImage …
Jeff
  • 2,425
  • 1
  • 18
  • 43
0
votes
1 answer

Firebase Resize images extension always showing filename as _200x200 not as filename_200x200

I am using firebase resize image extension in my android app first time. I have selected the dimension of 200x200 image size. But in the firebase storage a new filename is not getting created with filename having suffix of 200x200. Its always…
Amit Sen
  • 177
  • 2
  • 12
0
votes
0 answers

All document properties exported to single string field

I am using the Firebase Extension for BigQuery. https://firebase.google.com/products/extensions/firestore-bigquery-export The document data that shows up in big query is all crammed into one string field called data. This is not usable as I can't…
-1
votes
1 answer

Do I download the Firestore Bundle Builder Admin Dashboard into the local project directory or a separate directory?

I am learning React Native and Firestore as I go building a project. I am trying to bundle some data and I would like to use the bundle builder extenstion for my project. I am following the documentation for this extension but one piece of the…
-1
votes
1 answer

I want to save ID itself included in the other data being saved

(https://i.stack.imgur.com/GvVsx.png) I want to save the Room ID included to the Room Details in the right.
-1
votes
2 answers

Products from Stripe are not pushing to Firestore

I'm trying to make netflix clone with this tutorial - https://www.youtube.com/watch?v=AHYVxg-lJX4&t=109s but products from Stripe are not pushing to Firestore i went through this tutorial 1000 times and did everything exactly the same, but they just…
1 2 3
12
13