quickstart-nodejs icon indicating copy to clipboard operation
quickstart-nodejs copied to clipboard

Results 18 quickstart-nodejs issues
Sort by recently updated
recently updated
newest added

Running the emulator after `firebase setup:emulators:firestore` gives the following error: ``` firebase serve --only firestore ✔ firestore: started on http://localhost:8080 ⚠ firestore: Exception in thread "main" ⚠ firestore: java.lang.UnsupportedClassVersionError: com/google/cloud/datastore/emulator/firestore/CloudFirestore...

type: bug

I used the following code (https://github.com/firebase/quickstart-nodejs/blob/master/auth-sessions/app.js) to log a user in using React and Nodejs and Firebase. I can tell if someone is logged in using NodeJs, but not on...

I thought there would be an example showing the capabilities of the firebase emulator, perhaps it is not in the file I was looking for.

function getCookie(name) { var v = document.cookie.match('(^|;) ?'+ name + '=([^;]*)(;|$)'); return v ? v[2] : null; } always returns null when called for getCookie('csrfToken').

After I sent the message, I got the response below. ``` { "name": "projects/project-id/messages/6406221717276815454" } ``` Then how do I get the message status? e.g. open rate, target estimate

Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.20.0. Release notes Sourced from express's releases. 4.20.0 What's Changed Important IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was...

dependencies

Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.20.2 to 1.20.3. Release notes Sourced from body-parser's releases. 1.20.3 What's Changed Important deps: [email protected] add depth option to customize the depth level in the parser IMPORTANT:...

dependencies

Bumps [webpack](https://github.com/webpack/webpack) from 5.83.0 to 5.94.0. Release notes Sourced from webpack's releases. v5.94.0 Bug Fixes Added runtime condition for harmony reexport checked Handle properly data/http/https protocols in source maps Make...

dependencies