|
| 1 | +<!-- |
| 2 | +
|
| 3 | +Thank you for contributing to the Firebase community! |
| 4 | +
|
| 5 | +Have a usage question? |
| 6 | +======================= |
| 7 | +We get lots of those and we love helping you, but GitHub is not the best place for them and they |
| 8 | +will be closed. Here are some resources to get help: |
| 9 | +
|
| 10 | +- Start with the quickstart: https://firebase.google.com/docs/functions/write-firebase-functions |
| 11 | +- Go through the guide: https://firebase.google.com/docs/functions/ |
| 12 | +- Read the full API reference: https://firebase.google.com/docs/reference/functions/ |
| 13 | +- Browse some examples: https://github.com/firebase/functions-samples |
| 14 | +
|
| 15 | +If the official documentation doesn't help, try asking through our official support channels: |
| 16 | +
|
| 17 | +https://firebase.google.com/support/ |
| 18 | +
|
| 19 | +*Please avoid double posting across multiple channels!* |
| 20 | +
|
| 21 | +Think you found a bug? |
| 22 | +======================= |
| 23 | +Yeah, we're definitely not perfect! Please use the bug report template below and include a minimal |
| 24 | +repro when opening the issue. |
| 25 | +
|
| 26 | +
|
| 27 | +Have a feature request? |
| 28 | +======================== |
| 29 | +Great, we love hearing how we can improve our products! We have a public issues tracker for you to |
| 30 | +post your suggestions to: https://issuetracker.google.com/issues?q=componentid:184396 |
| 31 | +
|
| 32 | +--> |
| 33 | + |
| 34 | + |
| 35 | +### Version info |
| 36 | + |
| 37 | +<!-- What versions of the following libraries are you using? Note that your issue may already |
| 38 | +be fixed in the latest versions. --> |
| 39 | + |
| 40 | +**firebase-functions:** |
| 41 | + |
| 42 | +**firebase-tools:** |
| 43 | + |
| 44 | +**firebase-admin:** |
| 45 | + |
| 46 | +### Test case |
| 47 | + |
| 48 | +<!-- Provide a minimal, complete, and verifiable example (http://stackoverflow.com/help/mcve) --> |
| 49 | + |
| 50 | + |
| 51 | +### Steps to reproduce |
| 52 | + |
| 53 | +<!-- Provide the steps needed to reproduce the issue given the above test case. --> |
| 54 | + |
| 55 | + |
| 56 | +### Expected behavior |
| 57 | + |
| 58 | +<!-- What is the expected behavior? --> |
| 59 | + |
| 60 | + |
| 61 | +### Actual behavior |
| 62 | + |
| 63 | +<!-- Please copy and paste any error logs from https://console.firebase.google.com/project/_/functions/logs. |
| 64 | + If you're experiencing a deployment issue, please copy and paste the entirety of firebase-debug.log --> |
0 commit comments