-
This project looks awesome for hitting the ground running use twitter webhooks!
That said it seems best if you plan to have a persistent express instance.
Webhooks are a great use for cloud func…
-
### Description
We want to change fir options to configure the firebase app, from a dictionary not from a plist.
### API Proposal
FirOptions(_ map: [String: Any]), in case that this map is e…
-
# Resources
## Code Examples
- [*****Full step by Step Example*****](https://codelabs.developers.google.com/codelabs/assistant-codelab/index.html?index=..%2F..%2Findex#0)
- https://github.com/actions-…
-
### [REQUIRED] Environment info
**firebase-tools:** 13.0.2
**Platform:** macOS
### [REQUIRED] Test case
Any OPTIONS request to an HTTP function.
### [REQUIRED] Steps to …
-
### [REQUIRED] Environment info
**firebase-tools:**
```
$ firebase --version
11.29.1
```
**Platform:**
+ Debian11.6
### [REQUIRED] Test case
+ I don't have any…
-
### [REQUIRED] Environment info
**firebase-tools:**
12.2.0
**Platform:**
Windows
### [REQUIRED] Test case
Attaching package.json file in .txt extension since …
-
Step 1: Implement Signup Function
Create a function to handle user sign-up.
const signup = () => {
const email = "user@email.com";
const password = "userPassword";
firebase.auth().createU…
-
Hey Narcello,
We were trying to use your library today, and found that we would get this error when we tried to `npm i react-avatar-firebase` and then test it out:
Module not found: Error: Can't…
-
The guide mentions `npm install --save actions-on-google` which added only exactly that module to my packages.json. I see in the source that other packages are needed as well (`firebase-functions` for…
-
Hello
### Version info
```json
{
"name": "functions",
"main": "lib/src/index.js",
"scripts": {
. . .
"test": "mocha --timeout 20000 --reporter spec --require ts-node/register .…