A collection of quickstart samples demonstrating the Firebase APIs using the Node.js Admin SDK. For more information, see https://firebase.google.com.
These quickstarts show you how to use Firebase products from your Node.js server:
- auth-sessions - demonstrates how to use Firebase
httpOnly
session cookies with the Firebase Admin SDK session management API. - config - demonstrates retrieving and updating the Firebase Remote Config template.
- database - demonstrates how to connect to and use the Firebase Realtime Database using Node.js through a simple social blogging app.
- messaging - demonstrates sending FCM notification messages to a topic using the Node.js Admin SDK.
These quickstarts show you how to use the Firebase Local Emulators to test your Firebase app;
- database-emulator/javascript-quickstart - demonstrates how to write unit tests for Security Rules using the Realtime Database emulator and the
@firebase/testing
SDK in JavaScript. - database-emulator/typescript-quickstart - demonstrates how to write unit tests for Security Rules using the Realtime Database emulator and the
@firebase/testing
SDK in TypeScript. - firestore-emulator/javascript-quickstart - demonstrates how to write unit tests for Security Rules using the Cloud Firestore emulator and the
@firebase/testing
SDK in JavaScript. - firestore-emulator/typescript-quickstart - demonstrates how to write unit tests for Security Rules using the Cloud Firestore emulator and the
@firebase/testing
SDK in TypeScript. - firestore-emulator/browser-quickstart - demonstrates connecting a web application to the Cloud Firestore emulator.
Please read and follow the steps in the CONTRIBUTING.md
See LICENSE