-
https://firebase.google.com/docs/functions/unit-testing
-
### Steps to reproduce
I attempted to compile the [localsend](https://github.com/localsend/localsend) project on Debian 10 using Flutter version 3.24.4, and the error can be replicated on any clean…
-
Currently Omnivore relies on a few GCP services to run, but open source users will likely want to deploy the api, web, and content fetching (puppeteer-parse) service to another platform. We need to co…
-
### 🔖 Enhancement description
There is currently no way to sync functions created/modified in the console with the `appwrite.json` config file. Changes made to a project, collections and buckets can …
-
**Objective**
Implement a uniqueness username(id) constraint by using Cloud Functions.
**Requirements stack**
- [ ] Ensure case insensitivity on usernames.
- [ ] Ensure a user can only have one …
-
Did some preliminary research, there seem to be:
1. **Http functions.** These are a distinct type of function, and will need separate JVM and JS implementations. The JS implementation can use the [no…
-
**What?**
Need investigation on how to implement Firebase with regards to custom cloud functions.
**Why?**
We are going to need custom logic to determine when a person gets put into a new room. …
-
It would be genuinely wonderful to get some examples of [IBM Cloud Functions](https://cloud.ibm.com/functions/) into the examples repo's [cloud](https://github.com/nodejs/examples/tree/master/cloud) e…
-
How to run on GCF? getting this error -
`could not start chrome: Error: spawn google-chrome-beta ENOENT`
-
The cloud package currently doesn't have unit tests for any functions that interact with the external cloud API. This poses a significant risk for errors, since there can be significant logic in those…