-
Yo!
Absolutely love the idea of this project, and dying to get it integrated into my environment.
I am having a little trouble with the firebase install and get this error from the function:
…
-
# Progress Report
This issue will track weekly progress reports for my project.
**Reminder**:
Reply to this issue each week with the following details:
- **Hours Worked**: (in class & out of …
-
```
exports.verifyProfile = functions.runWith({
memory: '1GB'
}).https.onCall(async (data) => {
try {
console.log('====================== Cloud function called ==================')
…
-
## Description
I am using the Firebase CLI to try to enable the extension for a Firebase project. Major note is that the last few times I did this it worked fine, so this seems to be a new issue. …
-
After authentication, we would need to store the stuff. Shout out to #15 #14.
-
-
For returning the processed data to a React frontend application, especially when dealing with asynchronous operations like audio processing and ASR transcription, you can consider the following appro…
-
Many databases have atomic transactions. That's useful because it prevents you from bringing your data into a bad state when a part of a transaction that goes over multiple document fails.
Will Avi…
-
Hi, awesome job on this library, I will use it in my projects. It will be awesome to have the mapper functionality for firebase database snapshot, also build in.
-
The Cloud Asset SDK list call with multiple asset types in the assetTypes filter succeeds in the first request, but fails in list_next. See below.
#### Environment details
- OS type and versio…