Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 813 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 813 Bytes

dominus-freight-app

dominus freight mobile app

👉 How to update your forked repo with our parent repo: 🔗

set Upstream with Parent:

git remote add upstream https://github.com/muhammadidreesshaikh/dominus-freight-app.git

Fetch Forked Repo

git fetch upstream

Rebase your repo/branch with parent one

git rebase upstream/main

push the updated got changes with your repo/branch

git push origin main

Firebase

npm add firebase

Read and Write Data - Firebase CRUD

https://firebase.google.com/docs/database/web/read-and-write https://firebase.google.com/docs/database/web/read-and-write https://dev.to/chensokheng/crud-operation-react-firebase-realtime-database-1bkn

Device Geolocation in Reactjs

https://www.pluralsight.com/guides/how-to-use-geolocation-call-in-reactjs