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
0 answers

how to configure the bundle extension in Firebase on Flutter project

I am currently trying to build the pipeline for serving a bundle of data in my project and I can't make it work even by reading the step by step documentation that firebase gives us. I have followed the documentation and was able to create a bundle…
0
votes
2 answers

How to send Whatsapp message using MessageBird from Firebase cloud function?

I have installed MessageBird Firebase Extension. I want to send Whatsapp template(template has Button with website link) message from Firebase Cloud Functions. To send a Whatsapp message, I need to create a document in Firebase 'messages'…
0
votes
1 answer

How to configure the right collection path for Algolia?

I have collection in firestore and i want add Firebase's Search with Algolia Extension. What is the right path for indexing all announcements with subcollections here?
0
votes
1 answer

Test Subscription Lifecycle with Stripe Payment Extension for Firebase

I am using the "Run payments with Stripe" Firebase extension for subscriptions. How can I test a subscription renewal payment success and a subscription cancellation due to payment failure ? Is there a way to attach this extension to the Stripe test…
MadeInLagny
  • 185
  • 1
  • 12
0
votes
1 answer

BigQuery make a table/view from json data column

I have installed the firebase extension for streaming data to bigquery. After that i have backfilled the table with historical data. One thing I struggle with is that the table is build on changelogs, so that the data of each streamed event is…
0
votes
1 answer

Firebase Stripe extension checkout link for user

I installed Firebase stripe extension. Every time user is created, the extension creates stripeId. I created buttons to buy subscription plans
0
votes
1 answer

Flutter with Firebase using Sendgrid extension- Attachments are broken

I'm trying to send an email with an image attachment, using Firestore with the Trigger Email Sendgrid extension found here. Flutter code: await db.collection('mail').add({ 'from': 'xxx@yyy.com', 'to': email.to, 'message': { 'subject':…
0
votes
1 answer

Distributed Counter as general data type updater

The Distributed Counter is a great extension for firebase for integers, such as for likes, followers, shares etc. I am wondering if you could use the same architecture to generally process writes in all different data types at a high frequency. In…
Paul
  • 1,349
  • 1
  • 14
  • 26
0
votes
0 answers

Firestore Translate Text Extension - Conditional translations & dynamic languages

I am trying to use firebase/firestore-translate-text@0.1.8 - the Firebase extension for GCloud Translate API. I am missing 2 things, I'll fill in a request but in case there is some workaround, going to ask here first: USE CASE: Clients type…
Alejandro Lora
  • 7,203
  • 3
  • 18
  • 34
0
votes
0 answers

Algolia view match score / confidence level as part of the returned object

We are using Algolia to display a list of results based on the users search criteria. We need to know the confidence level of results so that we can filter out results below a certain level. Ex. If there are 100 records, we only want to display the…
Theuno de Bruin
  • 202
  • 2
  • 12
0
votes
1 answer

How to define a path for Firestore document that includes a specific key?

I am trying to use Firestore's new extension to delete all user data. Their example documentation says the following: Which paths in your Cloud Firestore instance contain user data? Leave empty if you don’t use Cloud Firestore. Enter the full…
satchel
  • 405
  • 5
  • 16
0
votes
2 answers

firebase 'run payments with stripe' extension not creating the cloud functions in index.ts (firestore emulator suite)

im trying to set up the stripe extension for firebase localy with the emulator suite, i followed the steps here: https://firebase.google.com/products/extensions/stripe-firestore-stripe-payments after step 3 an extension folder with the file…
0
votes
2 answers

Firestore - Delete all user data

I have seen that there is an extension called "delete user data" which simplifies the data deletion process performing hard deletions in order to accomplish with the GDPR policies. This extension is really cool, and let us config it specifying full…
0
votes
1 answer

Send E-Mail in Flutter (Firebase Backend)

I am creating my person website using Flutter-Web. I am using Firebase as back-end and will host the website on Firebase. In my contact me page I have created a form with the following details Name E-Mail Subject Message I want to send this…
Dark Sorrow
  • 1,681
  • 14
  • 37
0
votes
1 answer

Can I use 'Trigger Email ' extension of Firebase without a "from" email address?

I have a domain, but I don't have Email address yet. I want to use 'Trigger Email' of Firebase for my domain only, is that possible? There is an item called 'Default FROM address' in the setting of 'Trigger Email', I think that an email address is…
ggg
  • 3
  • 3