Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/firebase/quickstart-nodejs
https://github.com/firebase/quickstart-nodejs
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/firebase/quickstart-nodejs
- Owner: firebase
- License: apache-2.0
- Created: 2016-04-26T17:14:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T21:00:50.000Z (7 months ago)
- Last Synced: 2024-04-13T21:54:19.910Z (7 months ago)
- Language: JavaScript
- Size: 1.85 MB
- Stars: 877
- Watchers: 73
- Forks: 421
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](auth-sessions/README.md) - demonstrates how to use Firebase `httpOnly` session cookies with the Firebase Admin SDK session management API.
* [config](config/README.md) - demonstrates retrieving and updating the Firebase Remote Config template.
* [database](database/README.md) - demonstrates how to connect to and use the Firebase Realtime Database using Node.js through a simple social blogging app.
* [messaging](messaging/README.md) - demonstrates sending FCM notification messages to a topic using the Node.js Admin SDK.
* [machine-learning](machine-learning/README.md) - demonstrates how to manage your hosted ML models.## Testing Quickstarts
The testing quickstarts previously available in this repository have
moved to a new location:https://github.com/firebase/quickstart-testing
## How to make contributions?
Please read and follow the steps in the [CONTRIBUTING.md](CONTRIBUTING.md)
## License
See [LICENSE](LICENSE)