@databutton/firebase-types 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
[](https://github.com/databutton/databutton-firebase/actions/workflows/deploy-firebase-functions.yml)
|
|
2
|
-
[](https://github.com/databutton/databutton-firebase/actions/workflows/deploy-firebase-functions.yml)
|
|
3
|
-
|
|
4
1
|
# Running functions in shell (locally)
|
|
5
2
|
|
|
6
3
|
*Note:* You need Google Credentials
|
|
@@ -21,4 +18,3 @@ Execute the script running this command
|
|
|
21
18
|
yarn execute
|
|
22
19
|
```
|
|
23
20
|
|
|
24
|
-
**Note:** This file is added to git with a non-destructive example script and then put into `.gitignore` so it doesn't change elsewhere than locally.
|