Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mustafaahmed313/firebase-tutorial
This repo for introducing firebase cloud backend framework.
https://github.com/mustafaahmed313/firebase-tutorial
api backend-services cloud firebase firebase-auth firebase-database firestore
Last synced: 3 days ago
JSON representation
This repo for introducing firebase cloud backend framework.
- Host: GitHub
- URL: https://github.com/mustafaahmed313/firebase-tutorial
- Owner: MustafaAhmed313
- Created: 2024-04-06T00:58:39.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-04-06T01:05:04.000Z (8 months ago)
- Last Synced: 2024-04-06T02:22:43.175Z (8 months ago)
- Topics: api, backend-services, cloud, firebase, firebase-auth, firebase-database, firestore
- Language: JavaScript
- Homepage:
- Size: 378 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
>install npm node_modules before starting the application using the following snippet of code.
```npm
npm install
```---