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: 2 months 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-06T01:05:04.000Z (over 2 years ago)
- Last Synced: 2025-01-13T02:29:21.872Z (over 1 year 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
```
---