Mais Alheraki
Mais Alheraki
Please change the dependency over the plugin to: ```yaml hyperpay: git: url: https://github.com/nyartech/hyperpay.git ref: v1.0.0-dev.3 ``` The new version was not published to pub due to size constraints by pub.dev,...
Please provide more information: - Which version of the plugin are you running? - What is the device you're running on? real or simulator? OS version? Make sure you run...
LGTM, sorry for taking a while to check this PR, well done 👍🏻
@Spitzbua are you still seeing this issue? is your project part of an organization which perhaps has some rules restricting the creation of secrets?
@neilhosey I'm investigating the issue, however one thing I noticed about your configuration is that the `Templates collection` param is missing, can you try setting it to the collection where...
I have just tried sending an email with an HTML template (using SendGrid), and it arrived with no issues, my guess here is that you're missing the templates collection name...
From the [POSTINSATALL](https://github.com/firebase/extensions/blob/next/firestore-bigquery-export/POSTINSTALL.md): ``` Note: To enable partitioning for a Big Query database, the following fields are required: - Time Partitioning option type - Time partitioning column name - Time...
@MorenoMdz I tried reproducing but without luck, can you check the logs in the function `fsexportbigquery`, do you see any errors?
I think we have a clue why this might be happening. The backfilling function uses `offset` to enqueue the batches to import sequentially, this explains the burst in reads you...
I can also confirm I had the same issue on a fresh project, total docs 33k, docs per backfill 200, total reads after backfill done is 2.7M.