yashmurty / quickstart-nodejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Firebase Quickstarts for Node.js

A collection of quickstart samples demonstrating the Firebase APIs using the Node.js Admin SDK. For more information, see https://firebase.google.com.

Product Quickstarts

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.

Testing Quickstarts

These quickstarts show you how to use the Firebase Local Emulators to test your Firebase app;

How to make contributions?

Please read and follow the steps in the CONTRIBUTING.md

License

See LICENSE

About

License:Apache License 2.0


Languages

Language:JavaScript 78.7%Language:TypeScript 16.2%Language:HTML 3.8%Language:CSS 1.3%