firebase-extensions Questions
2
Solved
I am trying to import existing data from firestore to Algolia but can not make it work. I installed the *Firebase Algolia Extension` and tried to follow the documented steps:
running this:
npx f...
Oshea asked 11/2, 2023 at 23:13
1
Solved
I'm installing the Algolia extension for Firestore. Setup works just fine and it updates indices on add delete and update. But now I want to backfill it with existing data.
The following steps are ...
Beriosova asked 10/6, 2021 at 6:25
2
I am trying to implement Firebase's distributed counter extension in a cloud function. The idea is to detect when a document is created, then a counter inside a document is added. Below is my cloud...
Tumbling asked 18/8, 2020 at 16:48
2
I am trying to set up TRIGGER EMAIL to send emails through my GMAIL account. My problem is definitely in the SMTP connection URI because the same configuration works fine with the SENDGRID SMTP con...
Guadiana asked 2/1, 2021 at 9:46
1
Im using the Resize Images extension in Firebase. Before I had added this extension however I have already uploaded many images, they are in their respective post/ storage bucket and are linked via...
Aliciaalick asked 20/2, 2020 at 22:54
1
Solved
With the Firebase Web SDK, I can easily get the downloadUrl after upload a file
const task = firebase.ref().child('myFolder').put(file, metadata)
task.then(snapshot => {
snapshot.ref.getDownlo...
Rounce asked 21/11, 2019 at 14:27
1
© 2022 - 2024 — McMap. All rights reserved.