iwatachan

Results 23 comments of iwatachan

There are Github Actions to solve exactly this problem, and I used them. 🙏 https://github.com/titoportas/update-project-fields

This is a hack, but I was able to get it to exit by setting `detached` to false. I don't know about `export-on-exit` as I haven't used it. https://github.com/firebase/firebase-tools/blob/master/src/emulator/downloadableEmulators.ts#L365-L369

In my case, I went to settings and gave recording permission to the Google app and it worked fine. Reference: https://stackoverflow.com/questions/46376193/android-speechrecognizer-audio-recording-error/48006238#48006238

If I'm not mistaken, here's what I understand   | Parameterized configuration | Environment variables | secrets | Environment configuration (runtimeconfig) -- | -- | -- | -- | -- set...

I'm not security friendly, so apologies if I'm wrong, but since functions are not web pages and are never opened directly by the user, isn't there a need to enable...

I think that can be done by writing a query with the ID of the target document as a filter like below. ``` rules_version = '2'; service cloud.firestore { match...

Since issue-bot supported adding issues to project v2 a month ago, I used it. https://github.com/imjohnbo/issue-bot/pull/73

@darcyclarke Thanks for the reply! I think @ljharb is right, but I also think it is not kind to require the user to investigate the cause and add appropriate queries...

The requirement to use equally strong authentication pathways isn’t required under L1, which I think aligns with the rest of the documents. (On the other hand, NIST appears to require...

@hsubox76 Even with the 'demo' prefix added, the error still occurs. https://codesandbox.io/p/sandbox/q4fl3v?file=%2Fsrc%2Findex.mjs%3A10%2C1 ```js import { connectAuthEmulator, getAuth } from "firebase/auth"; import { initializeApp } from "firebase/app"; export const app =...