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

Can't add documents and collections to Cloud Firestore to trigger Translate Text extension

I tried to use Firebase Translate Text Extension to translate a text in my chat app project with Javascript. To do that, I have to add the target text into “document” at the Cloud Firestore (Add data to Cloud Firestore), but had the…
0
votes
2 answers

Firebase Extension for URL Shortening: How to put in Firestore path to location of URL?

I want to use a Firebase extension called "URL Shortening" (URL shortening) and one of the questions in the installation guide states: "What is the path to the collection that contains the URLs that you want to shorten?" How do I put in the path if…
redshift
  • 4,815
  • 13
  • 75
  • 138
0
votes
1 answer

Firebase Translate Text extension to translate more than one field

I just started to use Firebase Translate Extension to hopefully translate all the content on my app to several languages. However in the demo I saw and docs, I didn't see anything on how you can add more than one field? I'm assuming you can…
nonoumasy
  • 61
  • 1
  • 8
0
votes
1 answer

Flutter firebase trigger email implementation

I've been trying to create a contact form for my flutter project. The contact form is composed of two steps. First, the user provides their email and then describes their issue. Once the user presses submit, I want to receive an email on my end.…
Joe
  • 263
  • 5
  • 20
0
votes
1 answer

firebase__WEBPACK_IMPORTED_MODULE_3___default.a.auth.onAuthStateChanged is not a function

I'm working on stripe extension but when i pass the uid it gives me error "firebase__WEBPACK_IMPORTED_MODULE_3___default.a.auth.onAuthStateChanged is not a function"...So any suggestion how can i fix this error?? Here is my code : import…
neel
  • 29
  • 3
0
votes
1 answer

Stripe redirectToCheckout didn't work in React with firebase stripe extension..! Any suggestions?

I'm using firebase stripe extension "run subscriptions with stripe". In this extension integration i'm not able to redirect the checkout page (redirectToCheckout function did not work)..Any ideas how can i do that??? Here is my stripe webhooks…
neel
  • 29
  • 3
0
votes
0 answers

× FirebaseError: Function CollectionReference.doc() requires its first argument to be of type non-empty string, but it was: a custom Object object

So when i'm going to create a stripe payment with firebase extension it shows me error of CollectionRefrence.doc()...any suggestion guys ? Here is my code : import React from 'react'; import getStripe from './stripe'; import firebase from…
0
votes
3 answers

Firebase Custom Trigger Email Template

How do you custom this code to be able to send multiline email? (code credit: Firestore + Swift; trigger email extension) db.collection("mail").addDocument(data: [ "to": "someone@example.com", "message": [ "subject": "Hello from…
0
votes
1 answer

Firestore + Swift; trigger email extension

I have an iOS app that I'm using with Cloud Firestore. I've read the documentation provided by firebase but I'm still unsure how this can be used with swift programming. Does anyone know or have experience with this firebase tigger function…
Shanely
  • 103
  • 12
0
votes
1 answer

How long does it take for data in firebase collections to start exporting to BigQuery?

I have installed a firebase extension "collections to bigquery" to export the data in my firebase collection to the BigQuery table. I have installed the extension an hour ago and I can still not see any data in the BigQuery. I am new to FireBase so…
0
votes
1 answer

Purchasing multiple subscriptions using Firebase 'Run Subscription Payments with Stripe' extension

I have added the Firebase 'Run Subscription Payments with Stripe' extension to my Firebase project and have gotten it to work to process the payment of a single subscription, but the app I'm building will sell many different subscriptions and the…
J Dawg
  • 525
  • 1
  • 5
  • 14
0
votes
3 answers

Email Trigger from Firebase Message and Subject empty

I installed and I'm testing the Email Trigger extension from Firebase. This extension created a "mail" collection on Firestore, where I add a new document using the fields "to", "Message" and "Subject". I can receive the email but the problems are…
0
votes
2 answers

Unable to set up Export Collections to BigQuery extension. Unable to uninstall: failed to remove IAM roles from Service Account

I tried installing the Export Collections to BigQuery extension to send firestore collection data to BigQuery. The installation succeeded but could never get the queries to work. I kept getting the error: Not found: Dataset…
0
votes
1 answer

How to hide multiple recipient email addresses firebase extension trigger email

I use the Firebase Trigger Email extension to send emails. This extension allows to send one email to multiple addresses. When I do this, everything goes well, but the recipient can see all the addresses that are also receiving the email. How do I…
0
votes
0 answers

Firebase extension on uninstall error message

I´m trying to uninstall a resize image firebase extension, but it's showing some error message: ext-storage-resize-images@zzz.iam.gserviceaccount.com","status":"INVALID_ARGUMENT","statusMessage":"Bad…
Adriel Werlich
  • 1,982
  • 5
  • 15
  • 30
1 2 3
12
13