Ace Nassri

Results 57 comments of Ace Nassri

Hey @AndrewBastin, I might have some time to hack on this, if you haven't already started work. 🙂 One question though - do we know what the UI should look...

Create a Cloud Function like this: ``` exports.helloWorld = (req, res) => { res.status(404).send("Elvis has left the building").end(); }; ``` Then, request it like this: ``` const x = async...

Should we use Node 16 instead, given that it's in [Active LTS](https://nodejs.org/en/about/releases/)?