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...

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...

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...

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...
1

© 2022 - 2024 — McMap. All rights reserved.